mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
10 lines
169 B
Text
10 lines
169 B
Text
description "Salt API"
|
|
|
|
start on (net-device-up
|
|
and local-filesystems
|
|
and runlevel [2345])
|
|
stop on runlevel [!2345]
|
|
|
|
script
|
|
exec salt-api
|
|
end script
|