mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
AS guide: documents Process.daemon
This commit is contained in:
@@ -3350,7 +3350,9 @@ Time.utc_time(1582, 10, 3) + 5.days
|
||||
|
||||
h3. Extensions to +Process+
|
||||
|
||||
...
|
||||
h4. +daemon+
|
||||
|
||||
Ruby 1.9 provides +Process.daemon+, and Active Support defines it for previous versions. It accepts the same two arguments, whether it should chdir to the root directory (default, true), and whether it should inherit the standard file descriptors from the parent (default, false).
|
||||
|
||||
h3. Extensions to +File+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user