module NdrDevSupport::Daemon::Stoppable

Behaviour that allows daemons to be restarted, and stopped by god. To use, you need to call ‘super` in the initialize method, if defined.