about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2013-10-29 00:02:56 +0000
committerEric Wong <e@80x24.org>2013-10-29 02:37:05 +0000
commitfd5844b2baef6c1acaca9ca1eca0509e3a4f840d (patch)
tree2e9d746f699da0458903b4b54227a3574f774cb1 /Documentation
parent556f8ae6f629df51ff41c1918de40e2bb531159e (diff)
downloadyahns-fd5844b2baef6c1acaca9ca1eca0509e3a4f840d.tar.gz
This was documented (incorrectly) and not implemented for either
the master/worker or single process cases.  Implement and test
all (with mocks, so not fully-tested).
Diffstat (limited to 'Documentation')
-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)