class Process::Daemon

def runtime_directory

Runtime data directory for the daemon.
def runtime_directory
	File.join(working_directory, "run")
end