Sha256: 509fa884c99c8a878817b8efe8b504eb10fb1d17001394ba0dcdceb7ee34fe68
Contents?: true
Size: 717 Bytes
Versions: 22
Compression:
Stored size: 717 Bytes
Contents
# Be sure to restart your daemon when you modify this file # Uncomment below to force your daemon into production mode #ENV['DAEMON_ENV'] ||= 'production' # Boot up require File.join(File.dirname(__FILE__), 'boot') DaemonKit::Initializer.run do |config| # The name of the daemon as reported by process monitoring tools config.daemon_name = '<%= daemon_name %>' # Force the daemon to be killed after X seconds from asking it to # config.force_kill_wait = 30 # Log backraces when a thread/daemon dies (Recommended) # config.backtraces = true # Configure the safety net (see DaemonKit::Safety) # config.safety_net.handler = :mail # (or :hoptoad ) # config.safety_net.mail.host = 'localhost' end
Version data entries
22 entries across 22 versions & 5 rubygems