class Process::Daemon

def log_directory

Return the directory to store log files in.
def log_directory
	File.join(working_directory, "log")
end