mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
man: one more example in tmpfiles.d
This commit is contained in:
parent
6b4991cfde
commit
1e44448168
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user