summaryrefslogtreecommitdiff
path: root/man/tmpfiles.d.xml
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2013-08-22 14:47:49 +0200
committerLennart Poettering <lennart@poettering.net>2013-09-10 18:51:43 +0200
commit1e44448168ff26ff391af83bf67d5bcc3ca368bc (patch)
tree25a6ccddc70ff4c2feb9b2645d42b0f307c5ff6a /man/tmpfiles.d.xml
parent6b4991cfde6c0a0b62e836ca75ae362779c474d4 (diff)
man: one more example in tmpfiles.d
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r--man/tmpfiles.d.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 025c8018d..58ac995a1 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -322,6 +322,13 @@ L /tmp/foobar - - - - /dev/null</programlisting>
<programlisting>d /var/run/screens 1777 root root 10d
d /var/run/uscreens 0755 root root 10d12h</programlisting>
</example>
+ <example>
+ <title>/etc/tmpfiles.d/abrt.conf example</title>
+ <para><command>abrt</command> needs a directory created at boot with specific mode and ownership and its content should be preserved.</para>
+
+ <programlisting>d /var/tmp/abrt 0755 abrt abrt
+x /var/tmp/abrt/*</programlisting>
+ </example>
</refsect1>
<refsect1>