diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-29 19:40:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-08 09:52:16 +0100 |
commit | bdee3f5580540c2ae7e964bae5c2d21a736f8b34 (patch) | |
tree | c230f4b48a68a02229d9727e242a90f9c0ed34bd /man/systemd-tmpfiles.xml | |
parent | 51c169c8d6a8da488c2a9cc7b4f0255a58bb0e01 (diff) | |
download | systemd-bdee3f5580540c2ae7e964bae5c2d21a736f8b34.tar.gz |
man: document that removal/clean-up is done before creation in systemd-tmpfiles
Diffstat (limited to 'man/systemd-tmpfiles.xml')
-rw-r--r-- | man/systemd-tmpfiles.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 9ff114feef..9978d95cab 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -176,14 +176,12 @@ <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> - <para>It is possible to combine <option>--create</option>, - <option>--clean</option>, and <option>--remove</option> in one - invocation. For example, during boot the following command line is - executed to ensure that all temporary and volatile directories are + <para>It is possible to combine <option>--create</option>, <option>--clean</option>, and <option>--remove</option> + in one invocation (in which case removal and clean-up are executed before creation of new files). For example, + during boot the following command line is executed to ensure that all temporary and volatile directories are removed and created according to the configuration file:</para> <programlisting>systemd-tmpfiles --remove --create</programlisting> - </refsect1> <refsect1> |