From 8a89c5392d90d0a906debec729e3ccf7b5f63b09 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 5 Oct 2018 18:33:40 +0900 Subject: man: fix explanation about UID/GID field in tmpfiles.d(5) Fixes #9495. --- man/tmpfiles.d.xml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'man') diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 9907dc6b9a..814a01240a 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -493,16 +493,11 @@ w- /proc/sys/vm/swappiness - - - - 10 UID, GID - The user and group to use for this file or directory. This - may either be a numeric user/group ID or a user or group - name. If omitted or when set to -, the - default 0 (root) is used. For z and - Z 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. + The user and group to use for this file or directory. This may either be a numeric user/group ID or a user or group + name. If omitted or when set to -, the user/group ID of the user who invokes systemd-tmpfiles is used. + For z and Z 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. -- cgit v1.2.3