# File lib/daemons/pidfile.rb, line 103
    def pid
      File.open(filename) {|f|
        return f.gets.to_i
      }
    end