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=3d11c491d4d04bc0fe70e89e44c85d4729da1bc0;hpb=b040723ea412209e0edf54647fa5aa4287411507;p=elogind.git diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 3d11c491d..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,32 +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 + + 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 @@ -180,6 +184,19 @@ + + 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