summaryrefslogtreecommitdiff
path: root/man/tmpfiles.d.xml
diff options
context:
space:
mode:
authorZach Smith <z@zxmth.us>2019-10-31 22:10:10 -0700
committerZach Smith <z@zxmth.us>2019-11-08 20:29:36 -0800
commit4b55952dbe841df2147a3c1f5304c64b6a2d7678 (patch)
treea4b200a71f7574cf5692350375f91a5da269fe99 /man/tmpfiles.d.xml
parenteccebf4b0dcbacf0fb57bc114e2423066aeee100 (diff)
downloadsystemd-4b55952dbe841df2147a3c1f5304c64b6a2d7678.tar.gz
systemd-tmpfiles: cleanup man page program listing
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r--man/tmpfiles.d.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 3e23f3927c..aae63b7591 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -41,6 +41,7 @@
f /file/to/create mode user group - content
f+ /file/to/create-or-truncate mode user group - content
w /file/to/write-to - - - - content
+w+ /file/to/append-to - - - - content
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 -
@@ -48,10 +49,13 @@ v /subvolume/to/create mode user group - -
v /subvolume-or-directory/to/create mode user group - -
Q /subvolume/to/create mode user group - -
p /fifo/to/create mode user group - -
+p+ /fifo/to/[re]create mode user group - -
L /symlink/to/create - - - - symlink/target/path
+L+ /symlink/to/[re]create - - - - symlink/target/path
c /dev/char-device-to-create mode user group - -
+c+ /dev/char-device-to-[re]create mode user group - -
b /dev/block-device-to-create mode user group - -
-# p+, L+, c+, b+ create target unconditionally, w+ appends to the file
+b+ /dev/block-device-to-[re]create mode user group - -
C /target/to/create - - - - /source/to/copy
x /path-or-glob/to/ignore - - - - -
X /path-or-glob/to/ignore/recursively - - - - -
@@ -64,8 +68,10 @@ T /path-or-glob/to/set/xattrs/recursively - - - - xattr
h /path-or-glob/to/set/attrs - - - - file attrs
H /path-or-glob/to/set/attrs/recursively - - - - file attrs
a /path-or-glob/to/set/acls - - - - POSIX ACLs
+a+ /path-or-glob/to/append/acls - - - - POSIX ACLs
A /path-or-glob/to/set/acls/recursively - - - - POSIX ACLs
-# a+, A+ append ACLs
+A+ /path-or-glob/to/append/acls/recursively - - - - POSIX ACLs
+
</programlisting>
</refsynopsisdiv>