# File lib/daemons/application.rb, line 331 def running? if @pid.exists? return Pid.running?(@pid.pid) end return false end