mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
description "salt-master"
|
|
|
|
start on (net-device-up
|
|
and local-filesystems
|
|
and runlevel [2345])
|
|
stop on runlevel [!2345]
|
|
|
|
exec /usr/bin/salt-master >/dev/null 2>&1
|