Sha256: 19b319a17bcd52f6b79c44bb6cb3dbabce1c7c7ff4ec556ff0b2831204b56cf4
Contents?: true
Size: 551 Bytes
Versions: 10
Compression:
Stored size: 551 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 %>' # Uncomment to allow multiple instances to run # config.mulitple = true # Force the daemon to be killed after X seconds from asking it to # config.force_kill_wait = 30 end
Version data entries
10 entries across 10 versions & 3 rubygems