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