# File lib/daemons/application.rb, line 300 def started if pid = @pid.pid puts "#{self.group.app_name}: process with pid #{pid} started." STDOUT.flush end end