From 8f8d16c07c92f167e2d87d0d2f0ef5c52c900b30 Mon Sep 17 00:00:00 2001 From: Sean Channel Date: Tue, 13 Nov 2012 18:46:05 -0800 Subject: [PATCH] delete respawn --- debian/salt-syndic.upstart | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/salt-syndic.upstart b/debian/salt-syndic.upstart index 11cea9cfb3..eb0c801da3 100644 --- a/debian/salt-syndic.upstart +++ b/debian/salt-syndic.upstart @@ -5,7 +5,5 @@ start on (net-device-up and runlevel [2345]) stop on runlevel [!2345] -respawn limit 10 5 -respawn exec /usr/bin/salt-syndic >/dev/null 2>&1