class Process::Daemon

def stop

Stop the shared daemon instance.
def stop
	controller.stop
end