mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
13 lines
No EOL
297 B
Text
13 lines
No EOL
297 B
Text
description "salt-syndic"
|
|
|
|
start on (net-device-up
|
|
and local-filesystems
|
|
and runlevel [2345])
|
|
stop on runlevel [!2345]
|
|
|
|
script
|
|
# Read configuration variable file if it is present
|
|
[ -f /etc/default/$UPSTART_JOB ] && . /etc/default/$UPSTART_JOB
|
|
|
|
exec salt-syndic
|
|
end script |