Debreaper
=========

You can control the reaper's behavior with the following environment 
variables.

DEBREAPER_MAILER
  Define the email client to be used by debreaper, and its arguments. 
  It must understand an additional argument being a mailto: URL as 
  described in RFC 2368.

DEBREAPER_HACKER
  Enables hacker mode: instead of preparing a template report, 
  debreaper will instead attempt to attach a debugger to the crashed
  process when possible.

DEBREAPER_DEBUGGER
  Specify an alternate debugger instead of gdb. Enables hacker mode.
  The debugger must understand two additional arguments, being the 
  path to a binary and the PID of the process.

VIATICUM_DISABLE
  Disable the Viaticum signal handling library. Only program setting 
  the signal handlers explicitly will call debreaper.

VIATICUM_DUMP_CORE
  When Viaticum is enabled, let applications dump core normally after 
  calling debreaper.
