mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
parent
e197e491d5
commit
419a483750
8
debian/salt-api.upstart
vendored
Normal file
8
debian/salt-api.upstart
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user