Преглед на файлове

Add link to subprocess environment info from user= option. Refs #587

Mike Naberezny преди 10 години
родител
ревизия
e8efbb6a3b
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      docs/configuration.rst

+ 6 - 0
docs/configuration.rst

@@ -760,6 +760,12 @@ where specified.
   be used as the account which runs the program.  If :program:`supervisord`
   can't switch to the specified user, the program will not be started.
 
+  .. note::
+
+      The user will be changed using ``setuid`` only.  This does not start
+      a login shell and does not change environment variables like
+      ``USER`` or ``HOME``.  See :ref:`subprocess_environment` for details.
+
   *Default*: Do not switch users
 
   *Required*:  No.