Sha256: 5ea37e60a4b8e36db1270b47c1cc7ec121171e9566a79f1e4448b9a1d83ebc40
Contents?: true
Size: 707 Bytes
Versions: 6
Compression:
Stored size: 707 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 = 'apphunkd' # 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
6 entries across 6 versions & 1 rubygems