man: document that removal/clean-up is done before creation in systemd-tmpfiles

This commit is contained in:
Lennart Poettering 2018-10-29 19:40:42 +01:00
parent 51c169c8d6
commit bdee3f5580
1 changed files with 3 additions and 5 deletions

View File

@ -176,14 +176,12 @@
<xi:include href="standard-options.xml" xpointer="version" /> <xi:include href="standard-options.xml" xpointer="version" />
</variablelist> </variablelist>
<para>It is possible to combine <option>--create</option>, <para>It is possible to combine <option>--create</option>, <option>--clean</option>, and <option>--remove</option>
<option>--clean</option>, and <option>--remove</option> in one in one invocation (in which case removal and clean-up are executed before creation of new files). For example,
invocation. For example, during boot the following command line is during boot the following command line is executed to ensure that all temporary and volatile directories are
executed to ensure that all temporary and volatile directories are
removed and created according to the configuration file:</para> removed and created according to the configuration file:</para>
<programlisting>systemd-tmpfiles --remove --create</programlisting> <programlisting>systemd-tmpfiles --remove --create</programlisting>
</refsect1> </refsect1>
<refsect1> <refsect1>