X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-tmpfiles.xml;h=9a9bf17136e512f9c8464532bb730117a525b793;hb=d35d791950ddf676d20ffaef43d02eaca1b0d027;hp=c65636b0fe65b48336a984358b0339902321d62c;hpb=ef72c1f06e2bc696a799cd31a1e0ed25cc999ea4;p=elogind.git diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index c65636b0f..9a9bf1713 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. - + + Also execute lines + with an exclamation mark. + + + + 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. + + + + + It is possible to combine @@ -177,7 +187,7 @@ Exit status - On success 0 is returned, a non-zero failure + On success, 0 is returned, a non-zero failure code otherwise.