From 29100ede694ef8500f2f63211fff3232d3254516 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 19 Jun 2026 03:57:56 +0000 Subject: Make fdhuser a config variable and --fdholder-user a global option And remove the -h|--fdholder-user from various subcommands. --- doc/s6.conf.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/s6.conf.html') 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 /usr/share/s6/sources:/etc/s6/sources 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 1. + +
fdhuser
+
The system user for the internal fd-holding process spawned by +s6-rc. It must be a user defined in /etc/passwd. +The default is root and that is fine, but distributions +may want to set it to an unprivileged user.
-- cgit v1.3.1