1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00

man: fix explanation about UID/GID field in tmpfiles.d(5)

Fixes #9495.
This commit is contained in:
Yu Watanabe 2018-10-05 18:33:40 +09:00 committed by Lennart Poettering
parent dacd723620
commit 8a89c5392d

View File

@ -493,16 +493,11 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para>
<refsect2> <refsect2>
<title>UID, GID</title> <title>UID, GID</title>
<para>The user and group to use for this file or directory. This <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
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.
name. If omitted or when set to <literal>-</literal>, the For <varname>z</varname> and <varname>Z</varname> lines, when omitted or when set to <literal>-</literal>, the file ownership will not be
default 0 (root) is used. For <varname>z</varname> and modified. These parameters are ignored for <varname>x</varname>, <varname>r</varname>, <varname>R</varname>, <varname>L</varname>,
<varname>Z</varname> lines, when omitted or when set to <varname>t</varname>, and <varname>a</varname> lines.</para>
<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>
<refsect2> <refsect2>