# File lib/daemons/pidfile.rb, line 100
    def cleanup
      File.delete(filename) if pid == Process.pid
    end