File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -369,16 +369,18 @@ follows.
369
369
Instruct :program: `supervisord ` to switch users to this UNIX user
370
370
account before doing any meaningful processing. The user can only
371
371
be switched if :program: `supervisord ` is started as the root user.
372
- If :program: `supervisord ` can't switch users, it will still continue
373
- but will write a log message at the ``critical `` level saying that it
374
- can't drop privileges.
375
372
376
373
*Default *: do not switch users
377
374
378
375
*Required *: No.
379
376
380
377
*Introduced *: 3.0
381
378
379
+ *Changed *: 3.3.4. If :program: `supervisord ` can't switch to the
380
+ specified user, it will write an error message to ``stderr `` and
381
+ then exit immediately. In earlier versions, it would continue to
382
+ run but would log a message at the ``critical `` level.
383
+
382
384
``directory ``
383
385
384
386
When :program: `supervisord ` daemonizes, switch to this directory.
You can’t perform that action at this time.
0 commit comments