mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add upstart fuile for syndic
Since the syndic is a minion it uses basically the same setup as the salt minion system.
This commit is contained in:
parent
d982e4c4f2
commit
5519cf8335
1 changed files with 12 additions and 0 deletions
12
debian/salt-syndic.upstart
vendored
Normal file
12
debian/salt-syndic.upstart
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
description "salt-syndic"
|
||||
|
||||
start on (net-device-up
|
||||
and local-filesystems
|
||||
and runlevel [2345])
|
||||
stop on runlevel [!2345]
|
||||
|
||||
respawn limit 10 5
|
||||
|
||||
script
|
||||
exec /usr/bin/python /usr/bin/salt-syndic > /dev/null 2>&1
|
||||
end script
|
Loading…
Add table
Reference in a new issue