Support for the Ruby 2.4 series has ended. See here for reference.
Object
A generic module for daemonizing a process
Performs the standard operations for daemonizing a process. Runs a block, if given.
# File webrick/server.rb, line 46 def Daemon.start Process.daemon File.umask(0) yield if block_given? end
This page was generated for Ruby 2.4.1
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.