class Process::Daemon::ProcessFile

def self.cleanup(daemon)

Remove the pid file if the daemon is not running
def self.cleanup(daemon)
	clear(daemon) unless running(daemon)
end