diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-19 03:57:56 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-19 03:57:56 +0000 |
| commit | 29100ede694ef8500f2f63211fff3232d3254516 (patch) | |
| tree | 7ae90fa5a5c13e648001c5ca22802c1d8e400748 /doc/s6.conf.html | |
| parent | 8eb000d3d22fcf7850b43f75ed52068693430d3b (diff) | |
| download | s6-frontend-29100ede694ef8500f2f63211fff3232d3254516.tar.gz | |
Make fdhuser a config variable and --fdholder-user a global option
And remove the -h|--fdholder-user from various subcommands.
Diffstat (limited to 'doc/s6.conf.html')
| -rw-r--r-- | doc/s6.conf.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/s6.conf.html b/doc/s6.conf.html index 39b1e76..8120603 100644 --- a/doc/s6.conf.html +++ b/doc/s6.conf.html @@ -99,6 +99,12 @@ The default is <tt>/usr/share/s6/sources:/etc/s6/sources</tt> terse (only print fatal error messages), 1 is normal (print error messages and warnings), over 1 is increasingly verbose (print informational messages, up to tracing and debug messages at level 4-5). The default is <strong>1</strong>. </dd> + +<dt> fdhuser </dt> +<dd> The system user for the internal fd-holding process spawned by +s6-rc. It must be a user defined in <tt>/etc/passwd</tt>. +The default is <strong>root</strong> and that is fine, but distributions +may want to set it to an unprivileged user. </dd> </dl> </body> |
