# File lib/daemons/application.rb, line 311
    def started
      if pid = @pid.pid
        @report.process_started(group.app_name, pid)
      end
    end