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 ++++++ doc/s6_repository.html | 15 ++------------- doc/s6_set.html | 16 ++-------------- doc/upgrade.html | 1 - 4 files changed, 10 insertions(+), 28 deletions(-) (limited to 'doc') 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.
diff --git a/doc/s6_repository.html b/doc/s6_repository.html index d9cfcc9..bda22b2 100644 --- a/doc/s6_repository.html +++ b/doc/s6_repository.html @@ -59,7 +59,7 @@ and usage of the s6 repository command. It is not as detailed as this p

Interface

-     s6 repository init [ -f ] [ -U ] [ -h fdhuser ]
+     s6 repository init [ -f ] [ -U ]