# File lib/daemons/monitor.rb, line 30 def initialize(an_app) if an_app.pidfile_dir @pid = PidFile.new(an_app.pidfile_dir, an_app.group.app_name + '_monitor', false) else @pid = PidMem.new end end