Sha256: 6efe61684d2db78240a8fe17601e43cf861a55b5e61fdf9cd0b6f61711714d87

Contents?: true

Size: 714 Bytes

Versions: 2

Compression:

Stored size: 714 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 = '<%= app_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

2 entries across 2 versions & 1 rubygems

Version Path
daemon-kit-0.1.8rc1 lib/generators/daemon_kit/app/templates/config/environment.rb.tt
daemon-kit-0.1.8pre lib/generators/daemon_kit/app/templates/config/environment.rb.tt