mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
f7de4b74f4
* Remove unecessary script stanzas * Remove explicit interpreter * Run salt-master in the foreground
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
description "salt-minion"
|
|
|
|
start on (net-device-up
|
|
and local-filesystems
|
|
and runlevel [2345])
|
|
stop on runlevel [!2345]
|
|
|
|
respawn limit 10 5
|
|
respawn
|
|
|
|
exec /usr/bin/salt-minion >/dev/null 2>&1
|