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:
parent
06c1d5492b
commit
64a213128f
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue