class Daemons::PidFile

def zap

def zap
  File.delete(filename) if exist?
end