mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
description "Salt Master"
|
|
|
|
start on (net-device-up
|
|
and local-filesystems
|
|
and runlevel [2345])
|
|
stop on runlevel [!2345]
|
|
|
|
script
|
|
exec salt-master
|
|
end script
|