summaryrefslogtreecommitdiff
path: root/system/cfengine/config/cfagent.conf
blob: 6fe5bc7e279f72548c5fb82f4255ad8849e7b0ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
control:

  actionsequence  = ( processes )
  domain          = ( localhost )
  access          = ( root )
  # Where cfexecd sends reports
  smtpserver      = (  localhost )
  sysadm          = ( root@localhost )

processes:

  # Make sure these processes are always running
  "cfenvd" restart "/usr/sbin/cfenvd"
  "cfservd" restart "/usr/sbin/cfservd"
  "cfexecd" restart "/usr/sbin/cfexecd"