Started again with Rails 4
[feedcatcher.git] / vendor / rails / activesupport / lib / active_support / core_ext / kernel / daemonizing.rb
diff --git a/vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb b/vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb
deleted file mode 100644 (file)
index ed9d1f9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-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