blob: 9645f08401ba476d11ffa08e0be7df8e610af896 (
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 "/etc/rc.d/rc.cfenvd restart"
"cfexecd" restart "/etc/rc.d/rc.cfexecd restart"
#"cfservd" restart "/etc/rc.d/rc.cfservd restart"
|