summaryrefslogtreecommitdiff
path: root/man/tmpfiles.d.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-05 18:33:40 +0900
committerLennart Poettering <lennart@poettering.net>2018-10-05 19:06:10 +0200
commit8a89c5392d90d0a906debec729e3ccf7b5f63b09 (patch)
tree2ebd1af9f4043f1153d25f13ad58f753ee5740e2 /man/tmpfiles.d.xml
parentdacd72362034651711041ede29397c0616ec39f7 (diff)
downloadsystemd-8a89c5392d90d0a906debec729e3ccf7b5f63b09.tar.gz
man: fix explanation about UID/GID field in tmpfiles.d(5)
Fixes #9495.
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r--man/tmpfiles.d.xml15
1 files changed, 5 insertions, 10 deletions
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</programlisting></para>
<refsect2>
<title>UID, GID</title>
- <para>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 <literal>-</literal>, the
- default 0 (root) is used. For <varname>z</varname> and
- <varname>Z</varname> lines, when omitted or when set to
- <literal>-</literal>, the file ownership will not be
- modified. These parameters are ignored for <varname>x</varname>,
- <varname>r</varname>, <varname>R</varname>,
- <varname>L</varname>, <varname>t</varname>, and
- <varname>a</varname> lines.</para>
+ <para>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 <literal>-</literal>, the user/group ID of the user who invokes <command>systemd-tmpfiles</command> is used.
+ For <varname>z</varname> and <varname>Z</varname> lines, when omitted or when set to <literal>-</literal>, the file ownership will not be
+ modified. These parameters are ignored for <varname>x</varname>, <varname>r</varname>, <varname>R</varname>, <varname>L</varname>,
+ <varname>t</varname>, and <varname>a</varname> lines.</para>
</refsect2>
<refsect2>