diff options
author | Michal Sekletar <msekleta@redhat.com> | 2013-01-18 16:13:08 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-25 10:38:46 -0500 |
commit | 78a92a5a2306709e4587e332728a76901323ade9 (patch) | |
tree | 37d489964b3601db4f593aa1966dad79785c2bc4 /man | |
parent | e985665d2d226cb42b52bfcad6fd5b1586ad57d7 (diff) |
tmpfiles: introduce type X
Type X will exclude path itself from clean-up. However, if the path is a
directory systemd-tmpfiles will clean-up its content.
In contrast to type x, where path is ignored completely, type X needs some
Age parameter. In order to determine Age parameter, we will look for config
entries of type d or D and pick the best match. Best match is either
exact match or longest prefix match.
Diffstat (limited to 'man')
-rw-r--r-- | man/tmpfiles.d.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 785264e3cf..519f9bc618 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -166,6 +166,21 @@ L /tmp/foobar - - - - /dev/null</programlisting> </varlistentry> <varlistentry> + <term><varname>X</varname></term> + <listitem><para>Ignore a path + during cleanup. Use this type + to prevent path removal as + controlled with the Age parameter. + Note that if path is a directory, + content of a directory is not + excluded from clean-up, only + directory itself. Lines of this + type accept shell-style globs + in place of normal path + names.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>r</varname></term> <listitem><para>Remove a file or directory if it |