mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
description "salt-master"
|
|
|
|
start on (net-device-up
|
|
and local-filesystems
|
|
and runlevel [2345])
|
|
stop on runlevel [!2345]
|
|
|
|
expect daemon
|
|
respawn
|
|
|
|
exec /usr/bin/salt-master -d
|