mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
commit
ef6f7a4f93
@ -5,7 +5,4 @@ start on (net-device-up
|
||||
and runlevel [2345])
|
||||
stop on runlevel [!2345]
|
||||
|
||||
# work-around for unpredictable exit codes
|
||||
normal exit 0 1 9 15 143 SIGTERM SIGKILL
|
||||
|
||||
exec /usr/bin/salt-master >/dev/null 2>&1
|
||||
|
@ -6,6 +6,6 @@ start on (net-device-up
|
||||
stop on runlevel [!2345]
|
||||
|
||||
# work-around for unpredictable exit codes
|
||||
normal exit 0 1 9 15 143 SIGTERM SIGKILL
|
||||
normal exit 0 1 2 9 15 143 SIGTERM SIGKILL SIGINT
|
||||
|
||||
exec /usr/bin/salt-minion >/dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user