Sha256: 11561bf036db5bc8049aba041e380b44a653903d098047acc1bce7ef487c004e

Contents?: true

Size: 704 Bytes

Versions: 4

Compression:

Stored size: 704 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 = 10

  # 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

4 entries across 4 versions & 1 rubygems

Version Path
apphunkd-0.13.0 config/environment.rb
apphunkd-0.12.2 config/environment.rb
apphunkd-0.12.1 config/environment.rb
apphunkd-0.12.0 config/environment.rb