class Process::Daemon::ProcessFile

def self.store(daemon, pid)

Saves the pid for the given daemon
def self.store(daemon, pid)
	File.write(daemon.process_file_path, pid)
end