mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
description "Salt Minion"
|
|
|
|
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 2 9 15 143 SIGTERM SIGKILL SIGINT
|
|
|
|
exec /usr/bin/salt-minion >/dev/null 2>&1
|