X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=4bd0fcf751d75a9e71ea64c1ee2485803006484a;hb=72c3897f77a7352618ea76b880a6764f52d6327b;hp=957910dd6dbdf9232c45a386013f2aba9d87669c;hpb=50d9e46dbb8400d4570781728c63b151d9ca982b;p=elogind.git diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 957910dd6..4bd0fcf75 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -306,16 +306,16 @@ a a+ Set POSIX ACLs (access control lists). If - suffixed with +, specified mask will be - added to existing - entries. systemd-tmpfiles does not - automatically add the required base entries for user and - group to the specified mask, so they must be specified - explicitly if + is not used. The - mask will be added if not specified explicitly. - Lines of this type accept shell-style globs in place - of normal path names. This can be useful for allowing - additional access to certain files. + suffixed with +, specified entries will + be added to the existing set. + systemd-tmpfiles will automatically add + the required base entries for user and group based on the + access mode of the file, unless base entries already exist + or are explictly specified. The mask will be added if not + specified explicitly or already present. Lines of this type + accept shell-style globs in place of normal path names. This + can be useful for allowing additional access to certain + files. @@ -443,23 +443,22 @@ delete when cleaning. If a file or directory is older than the current time minus the age field, it is deleted. The field format is a series of integers each followed by one of the - following postfixes for the respective time units: - - - - s - min - h - d - w - ms - m - us - + following postfixes for the respective time units: + s, + m or min, + h, + d, + w, + ms, + us, + respectively meaning seconds, minutes, hours, days, weeks, + milliseconds, and microseconds. Full names of the time units can + be used too. + If multiple integers and units are specified, the time - values are summed up. If an integer is given without a unit, - s is assumed. + values are summed. If an integer is given without a unit, + s is assumed. When the age is set to zero, the files are cleaned