about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index c83780e..d201a40 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -134,7 +134,7 @@ module Mongrel
         if RUBY_PLATFORM !~ /mswin/
           cmd = "ruby #{__FILE__} start #{original_args.join(' ')}"
           config.log "Restarting with arguments:  #{cmd}"
-          config.stop
+          config.stop(false, true)
           config.remove_pid_file
 
           if config.defaults[:daemon]