summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-23 11:20:29 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-06 10:19:29 +0100
commitf2b5ca0e4ea835f0d4d1960123bdfdc1430d940d (patch)
tree782f7d9f0d4f43477b2638725a6639ae4bcbfd85 /man
parentca23eeb54c7e164cd16a3a0a631b7f1b73584d89 (diff)
downloadsystemd-f2b5ca0e4ea835f0d4d1960123bdfdc1430d940d.tar.gz
systemd-f2b5ca0e4ea835f0d4d1960123bdfdc1430d940d.tar.bz2
systemd-f2b5ca0e4ea835f0d4d1960123bdfdc1430d940d.zip
tmpfiles: add --user switch
Diffstat (limited to 'man')
-rw-r--r--man/systemd-tmpfiles.xml8
-rw-r--r--man/tmpfiles.d.xml14
2 files changed, 18 insertions, 4 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml
index 596bbfd88d..5c9660df64 100644
--- a/man/systemd-tmpfiles.xml
+++ b/man/systemd-tmpfiles.xml
@@ -115,7 +115,7 @@
<varname>T</varname>,
<varname>a</varname>, and
<varname>A</varname> have their ownership, access mode and
- security labels set. </para></listitem>
+ security labels set.</para></listitem>
</varlistentry>
<varlistentry>
@@ -135,6 +135,12 @@
</varlistentry>
<varlistentry>
+ <term><option>--user</option></term>
+ <listitem><para>Execute "user" configuration, i.e. <filename>tmpfiles.d</filename>
+ files in user configuration directories.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--boot</option></term>
<listitem><para>Also execute lines with an exclamation mark.
</para></listitem>
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 5278c7e7cc..d89cb08f53 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -48,9 +48,17 @@
</refnamediv>
<refsynopsisdiv>
- <para><filename>/etc/tmpfiles.d/*.conf</filename></para>
- <para><filename>/run/tmpfiles.d/*.conf</filename></para>
- <para><filename>/usr/lib/tmpfiles.d/*.conf</filename></para>
+ <para><literallayout><filename>/etc/tmpfiles.d/*.conf</filename>
+<filename>/run/tmpfiles.d/*.conf</filename>
+<filename>/usr/lib/tmpfiles.d/*.conf</filename>
+ </literallayout></para>
+
+ <para><literallayout><filename>~/.config/user-tmpfiles.d/*.conf</filename>
+<filename>$XDG_RUNTIME_DIR/user-tmpfiles.d/*.conf</filename>
+<filename>~/.local/share/user-tmpfiles.d/*.conf</filename>
+<filename>…</filename>
+<filename>/usr/share/user-tmpfiles.d/*.conf</filename>
+ </literallayout></para>
</refsynopsisdiv>
<refsect1>