class Daemons::Application

def started

def started
  if pid = @pid.pid
    puts "#{self.group.app_name}: process with pid #{pid} started."
    STDOUT.flush
  end
end