salt/pkg/salt-minion.upstart

12 lines
276 B
Plaintext
Raw Normal View History

2012-12-13 23:12:01 +00:00
description "Salt Minion"
2012-11-23 21:35:58 +00:00
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
2012-12-13 23:12:01 +00:00
# work-around for unpredictable exit codes
2013-01-04 00:03:38 +00:00
normal exit 0 1 2 9 15 143 SIGTERM SIGKILL SIGINT
2012-12-13 23:12:01 +00:00
2012-11-23 21:35:58 +00:00
exec /usr/bin/salt-minion >/dev/null 2>&1