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