Sha256: fad98b525839893fc4c0bdde963ccf0a489504a7aa853c15cd6b07fd1693f9bb
Contents?: true
Size: 676 Bytes
Versions: 5
Compression:
Stored size: 676 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') # Auto-require default libraries and those for the current ruby environment. Bundler.require :default, DaemonKit.env DaemonKit::Initializer.run do |config| # The name of the daemon as reported by process monitoring tools config.daemon_name = 'zero_two_three' # 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 end
Version data entries
5 entries across 5 versions & 1 rubygems