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 45 def Daemon.start Process.daemon File.umask(0) yield if block_given? end
This page was generated for Ruby 2.7.1
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.