# File lib/daemons/application.rb, line 460
    def running?
      @pid.exist? and Pid.running? @pid.pid
    end