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