Merge pull request #2169 from seanchannel/develop

stop respawning
This commit is contained in:
Thomas S Hatch 2012-10-04 14:26:36 -07:00
commit 382ab38e45
2 changed files with 0 additions and 6 deletions

View file

@ -5,7 +5,4 @@ start on (net-device-up
and runlevel [2345])
stop on runlevel [!2345]
respawn limit 10 5
respawn
exec /usr/bin/salt-master >/dev/null 2>&1

View file

@ -5,7 +5,4 @@ start on (net-device-up
and runlevel [2345])
stop on runlevel [!2345]
respawn limit 10 5
respawn
exec /usr/bin/salt-minion >/dev/null 2>&1