salt/pkg/salt-syndic.upstart
2012-12-13 15:12:01 -08:00

12 lines
267 B
Plaintext

description "salt-syndic"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
# work-around for unpredictable exit codes
normal exit 0 1 9 15 143 SIGTERM SIGKILL
exec /usr/bin/salt-syndic >/dev/null 2>&1