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