From 849958d1ba3533c953fad46d4d41c0ec6e48316d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jun 2014 23:02:40 +0200 Subject: tmpfiles: add new "C" line for copying files or directories --- man/tmpfiles.d.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'man/tmpfiles.d.xml') diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index e54f1ba5c3..20ed803a52 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -183,6 +183,11 @@ L /tmp/foobar - - - - /dev/null Create a block device node if it does not exist yet. + + C + Recursively copy a file or directory, if the destination files or directories don't exist yet. + + m If the @@ -446,8 +451,10 @@ r! /tmp/.X[0-9]*-lock f, F, and w may be used to specify a short string that is written to the - file, suffixed by a newline. Ignored for all - other lines. + file, suffixed by a newline. For + C specifies the source file + or directory. Ignored for all other + lines. -- cgit v1.2.3-54-g00ecf