From: Lennart Poettering Date: Wed, 3 Jul 2019 11:04:11 +0000 (+0200) Subject: man: document tmpfiles.d/ user/group resolvability needs X-Git-Tag: v243-rc1~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=007b77ac6c01cb306ff890fbf655e10949118f83;p=thirdparty%2Fsystemd.git man: document tmpfiles.d/ user/group resolvability needs --- diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 67bd1dc7243..ac6565ec93c 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -495,6 +495,14 @@ w- /proc/sys/vm/swappiness - - - - 10 lines, when omitted or when set to -, the file ownership will not be modified. These parameters are ignored for x, r, R, L, t, and a lines. + + This field should generally only reference system users/groups, i.e. users/groups that are + guaranteed to be resolvable during early boot. If this field references users/groups that only become + resolveable during later boot (i.e. after NIS, LDAP or a similar networked directory service become + available), execution of the operations declared by the line will likely fail. Also see Notes on + Resolvability of User and Group Names for more information on requirements on system user/group + definitions.