Sha256: c352fad06908d3b3264443525f739403db43c31a0800bb245018db21b622e1db

Contents?: true

Size: 186 Bytes

Versions: 193

Compression:

Stored size: 186 Bytes

Contents

module Kernel
  # Turns the current script into a daemon process that detaches from the console.
  # It can be shut down with a TERM signal.
  def daemonize
    Process.daemon
  end
end

Version data entries

193 entries across 160 versions & 26 rubygems

Version Path
radiant-0.7.2 vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.33 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.32 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.29 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.25 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.24 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.23 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.22 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.20 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.19 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.18 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.17 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.16 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.15 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.14 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
abiquo-etk-0.4.13 vendor/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
activesupport-2.3.10 lib/active_support/core_ext/kernel/daemonizing.rb
activesupport-2.3.9 lib/active_support/core_ext/kernel/daemonizing.rb
activesupport-2.3.9.pre lib/active_support/core_ext/kernel/daemonizing.rb
vibes-bj-1.2.2 spec/rails_root/vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb