# File lib/daemons/pidfile.rb, line 93
    def pid=(p)
      File.open(filename, 'w') {|f|
        f.puts p   #Process.pid
      }
    end