class Daemons::PidFile

def cleanup

def cleanup
  File.delete(filename) if pid == Process.pid
end