diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-20 09:05:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-20 09:05:50 +0200 |
commit | 24f3a374b9588a6e409ba58b40bdd684050decf3 (patch) | |
tree | 7088748344894d6371227b8a8069c57894b0eac6 /man | |
parent | e23637b64920309466481203285c8bf0d902eee3 (diff) |
tmpfiles: exclude the first level directories in /run/user from automatic clean up
It's logind's job to maintain those user dirs, so avoid automatic clean
up for them. However, we do cover everything within them.
Diffstat (limited to 'man')
-rw-r--r-- | man/tmpfiles.d.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 75d4bcd695..8776068a11 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -267,6 +267,12 @@ L /tmp/foobar - - - - /dev/null</programlisting> <para>The age field only applies to lines starting with d, D and x. If omitted or set to - no automatic clean-up is done.</para> + + <para>If the age field starts with a tilde + character (~) the clean-up is only applied to + files and directories one level inside the + directory specified, but not the files and + directories immediately inside it.</para> </refsect2> <refsect2> |