From 6a8c81a38b6d14984348dd5384e5879d9fd12ae3 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 3 May 2012 14:53:31 -0400 Subject: [PATCH] Revert "Merge pull request #192 from pat2man/patch-1" This reverts commit a83dab363e17116626f9668bfbcc80e1944bbe09, reversing changes made to e0fe5baf1bb6f83745760a8f3bf246caaf3f332f. --- data/export/bluepill/master.pill.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/data/export/bluepill/master.pill.erb b/data/export/bluepill/master.pill.erb index 036ff6c..69da4d7 100644 --- a/data/export/bluepill/master.pill.erb +++ b/data/export/bluepill/master.pill.erb @@ -13,7 +13,6 @@ Bluepill.application("<%= app %>", :foreground => false, :log_file => "/var/log/ process.daemonize = true process.environment = {"PORT" => "<%= port %>"} process.stop_signals = [:quit, 30.seconds, :term, 5.seconds, :kill] - process.stop_grace_time = 45.seconds process.stdout = process.stderr = "<%= log_root %>/<%= app %>-<%= process.name %>-<%=num%>.log"