# File lib/daemons/pidfile.rb, line 85
    def filename
      File.join(@dir, "#{@progname}#{ @number or '' }.pid")
    end