mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
description "Salt Master"
|
|
|
|
start on (net-device-up
|
|
and local-filesystems
|
|
and runlevel [2345])
|
|
stop on runlevel [!2345]
|
|
|
|
script
|
|
export PATH=/usr/bin:$PATH
|
|
exec /usr/bin/salt-master
|
|
end script
|