slackbuilds_ponce/system/cfengine/config/cfagent.conf
2010-05-11 22:26:30 +02:00

16 lines
428 B
Text

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 "/etc/rc.d/rc.cfenvd restart"
"cfexecd" restart "/etc/rc.d/rc.cfexecd restart"
#"cfservd" restart "/etc/rc.d/rc.cfservd restart"