salt/pkg/salt-api.upstart

11 lines
169 B
Plaintext
Raw Normal View History

2013-04-10 15:42:26 +00:00
description "Salt API"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
script
exec salt-api
end script