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