mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
16 lines
394 B
Text
16 lines
394 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 "/usr/sbin/cfenvd"
|
|
"cfservd" restart "/usr/sbin/cfservd"
|
|
"cfexecd" restart "/usr/sbin/cfexecd"
|
|
|