salt/pkg/common/salt-api.upstart
2025-02-10 15:26:36 -07:00

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