From: Lennart Poettering Date: Fri, 12 Jul 2019 07:18:59 +0000 (+0200) Subject: man: document that the supplementary groups list is initialized from User='s database... X-Git-Tag: v243-rc1~139^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b042dd687c8dc50cef6d7355d9790a2a1791ec27;p=thirdparty%2Fsystemd.git man: document that the supplementary groups list is initialized from User='s database entry Fixes: #12936 --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 48dd42ca3cf..f9c3f41890d 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -226,7 +226,12 @@ specified user and group must have been created statically in the user database no later than the moment the service is started, for example using the sysusers.d5 facility, which - is applied at boot or package install time. + is applied at boot or package install time. + + If the User= setting is used the supplementary group list is initialized + from the specified user's default group list, as defined in the system's user and group + database. Additional groups may be configured through the SupplementaryGroups= + setting (see below).