mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
|
description "Salt API"
|
||
|
|
||
|
start on (net-device-up
|
||
|
and local-filesystems
|
||
|
and runlevel [2345])
|
||
|
stop on runlevel [!2345]
|
||
|
|
||
|
script
|
||
|
exec salt-api
|
||
|
end script
|