salt/pkg/salt-syndic.upstart
2013-09-11 14:14:14 -06:00

13 lines
297 B
Plaintext

description "salt-syndic"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
script
# Read configuration variable file if it is present
[ -f /etc/default/$UPSTART_JOB ] && . /etc/default/$UPSTART_JOB
exec salt-syndic
end script