mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +03:00
man: document that removal/clean-up is done before creation in systemd-tmpfiles
This commit is contained in:
parent
51c169c8d6
commit
bdee3f5580
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user