1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

i feel like that should block

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@689 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-10-18 19:40:48 +00:00
parent 06c1d5492b
commit 64a213128f

View file

@ -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]