summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-11 09:08:39 +0200
committerGitHub <noreply@github.com>2022-05-11 09:08:39 +0200
commit71e2fa54fd5d1c59e53cce04ce5fc09c4fdc36ae (patch)
tree72964096ed733dd9ae86f90342eecc8bd85131e4
parent6bb89282053eb04c7be6e22ce533f5a13463a513 (diff)
parent4da5e566e7e92fd45539b8e7e7079bcb46fc9dd7 (diff)
downloadsystemd-71e2fa54fd5d1c59e53cce04ce5fc09c4fdc36ae.tar.gz
Merge pull request #23331 from kmoriwak/tmpfiles-quickref
man: add missing cleanup-age to tmpfiles.d quickref
-rw-r--r--man/tmpfiles.d.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 305033b672..3267454f3b 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -46,9 +46,9 @@ w+ /file/to/append-to - - - - conte
d /directory/to/create-and-cleanup mode user group cleanup-age -
D /directory/to/create-and-remove mode user group cleanup-age -
e /directory/to/cleanup mode user group cleanup-age -
-v /subvolume-or-directory/to/create mode user group - -
-q /subvolume-or-directory/to/create mode user group - -
-Q /subvolume-or-directory/to/create mode user group - -
+v /subvolume-or-directory/to/create mode user group cleanup-age -
+q /subvolume-or-directory/to/create mode user group cleanup-age -
+Q /subvolume-or-directory/to/create mode user group cleanup-age -
p /fifo/to/create mode user group - -
p+ /fifo/to/[re]create mode user group - -
L /symlink/to/create - - - - symlink/target/path
@@ -57,9 +57,9 @@ c /dev/char-device-to-create mode user group - major
c+ /dev/char-device-to-[re]create mode user group - major:minor
b /dev/block-device-to-create mode user group - major:minor
b+ /dev/block-device-to-[re]create mode user group - major:minor
-C /target/to/create - - - - /source/to/copy
-x /path-or-glob/to/ignore/recursively - - - - -
-X /path-or-glob/to/ignore - - - - -
+C /target/to/create - - - cleanup-age /source/to/copy
+x /path-or-glob/to/ignore/recursively - - - cleanup-age -
+X /path-or-glob/to/ignore - - - cleanup-age -
r /empty/dir/to/remove - - - - -
R /dir/to/remove/recursively - - - - -
z /path-or-glob/to/adjust/mode mode user group - -
@@ -330,7 +330,9 @@ L /tmp/foobar - - - - /dev/null</programlisting>
exists and is not empty. Instead, the entire copy operation is
skipped. If the argument is omitted, files from the source directory
<filename>/usr/share/factory/</filename> with the same name
- are copied. Does not follow symlinks.</para></listitem>
+ are copied. Does not follow symlinks. Contents of the directories
+ are subject to time based cleanup if the age argument is specified.
+ </para></listitem>
</varlistentry>
<varlistentry>