class Process::Daemon

def instance

A shared instance of the daemon.
def instance
	@instance ||= self.new
end