salt/pkg/salt-minion.upstart

12 lines
286 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-11 06:49:57 +00:00
normal exit 0 1 2 6 9 15 143 SIGTERM SIGKILL SIGINT SIGABRT
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