summaryrefslogtreecommitdiff
path: root/man/tmpfiles.d.xml
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-09-03 15:07:32 +0200
committerTom Gundersen <teg@jklm.no>2012-10-23 21:53:20 +0200
commita2558205f762ce6f1374cea0eedf5e76a6134f41 (patch)
treedbb94844d49ba549d5b2a305497b533c40997ccd /man/tmpfiles.d.xml
parent1cb88f2c61f590083847d65cd5a518e834da87d3 (diff)
tmpfiles: allow Age to be set to 0
Mostly useful for testing purposes. Setting Age to 1s works just as well, but it is surprising that using 0s (or just 0) does not work. Also clarify this in the documentation.
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r--man/tmpfiles.d.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index a86ef3369..86fa4394c 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -265,7 +265,12 @@ L /tmp/foobar - - - - /dev/null</programlisting>
</variablelist>
<para>If multiple integers and units are specified the time
- values are summed up.</para>
+ values are summed up. If an integer is given witohut a unit,
+ s is assumed.
+ </para>
+
+ <para>When the age is set to zero, the files are cleaned
+ unconditionally.</para>
<para>The age field only applies to lines starting with
d, D and x. If omitted or set to - no automatic clean-up