about summary refs log tree commit homepage
path: root/Documentation/yahns_config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/yahns_config.txt')
-rw-r--r--Documentation/yahns_config.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/yahns_config.txt b/Documentation/yahns_config.txt
index 258ca8d..db24cad 100644
--- a/Documentation/yahns_config.txt
+++ b/Documentation/yahns_config.txt
@@ -384,8 +384,10 @@ Ruby it is running under.
 
     Runs application process(es) as the specified USER and GROUP.
 
-    The master process always stays running as the user who started it.
-    This switch will occur after calling the after_fork hook.
+    If using worker_processes, this only affects the workers and the
+    master stays running as the user who started it.  This switch will
+    occur before calling the atfork_child hook(s).
+
     GROUP is optional and will not change if unspecified.
 
     Default: none (no user switching is done)