X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-tmpfiles.xml;h=f4d53b31393238574db0e54d50fed830ffee19e8;hb=78eb158a20e2bee772f6e49d8b432b98f68cbb55;hp=c65636b0fe65b48336a984358b0339902321d62c;hpb=ef72c1f06e2bc696a799cd31a1e0ed25cc999ea4;p=elogind.git diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index c65636b0f..f4d53b313 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + systemd-tmpfiles @@ -91,21 +92,6 @@ The following options are understood: - - - - - Prints a short help - text and exits. - - - - - - Prints a short version - string and exits. - - If this option is @@ -115,6 +101,7 @@ w, d, D, + v, p, L, c, @@ -124,7 +111,10 @@ written to. Files and directories marked with z, Z, - m have their + t, + T, + a, and + A have their ownership, access mode and security labels set. @@ -140,26 +130,46 @@ If this option is - passed, all files and directories - marked with r, - R in the - configuration files are + passed, the contents of + directories marked with + D or + R, and files or + directories themselves marked with + r or + R are removed. - - Only apply rules that - apply to paths with the specified + + Also execute lines + with an exclamation mark. + + + + + Only apply rules with + paths that start with the specified prefix. This option can be specified multiple times. - - Ignore rules that - apply to paths with the specified + + Ignore rules with + paths that start 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. + + + + + It is possible to combine @@ -174,10 +184,23 @@ + + Unprivileged --cleanup operation + + systemd-tmpfiles tries to + avoid changing the access and modification times on + the directories it accesses, which requires + CAP_ADMIN privileges. When + running as non-root, directories which are checked for + files to clean up will have their access time bumped, + which might prevent their cleanup. + + + Exit status - On success 0 is returned, a non-zero failure + On success, 0 is returned, a non-zero failure code otherwise.