class Process::Daemon

def shutdown

This function should terminate any active processes in the daemon and return as quickly as possible.
def shutdown
end