]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/supybot/templates/default/supybot.init.erb
supybot: more aggressive init stop
[chef.git] / cookbooks / supybot / templates / default / supybot.init.erb
index 1b107588e429eb70f3f4eefc2206c1abd66b6413..8fb6d6bdc7d07d19eb7674b4c534c9ef856089cb 100644 (file)
@@ -7,7 +7,7 @@ start() {
 }
 
 stop() {
-  start-stop-daemon --stop --retry 300 --pidfile /var/run/supybot.pid
+  start-stop-daemon --stop --retry TERM/15/KILL/30 --pidfile /var/run/supybot.pid
 }
 
 case "$1" in