# File lib/merb-core/bootloader.rb, line 807 def reap_workers_signal Merb::Config[:reap_workers_quickly] ? "KILL" : "ABRT" end