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