class Process::Daemon

def request_shutdown

Request that the sleep_until_interrupted function call returns.
def request_shutdown
	@shutdown_notification.signal
end