Back-ported salt-api upstart script from develop

Added in ffe1ba6
This commit is contained in:
Seth House 2015-04-20 11:11:35 -06:00
parent e197e491d5
commit 419a483750

8
debian/salt-api.upstart vendored Normal file
View File

@ -0,0 +1,8 @@
description "Salt API"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
exec salt-api