From cf9a4abdc24c43565d0890fcb88c00169057c0c4 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 13 Mar 2014 21:32:13 -0700 Subject: tmpfiles: add --root option to operate on an alternate fs tree This makes it possible to initialize or cleanup an arbitrary filesystem hierarchy in the same way that it would be during system boot. --- man/systemd-tmpfiles.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'man/systemd-tmpfiles.xml') diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 0b6264033d..fad2cbbb1a 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -139,19 +139,27 @@ - + Only apply rules that apply to paths with the specified prefix. This option can be specified multiple times. - + Ignore rules that apply to paths with the specified prefix. This option can be specified multiple times. + + + Takes a directory path + as an argument. All paths will be + prefixed with the given alternate root + path, including config search paths. + + -- cgit v1.2.3-54-g00ecf