X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=6a2193d67d637c3d768f42ebc625857756ed2d68;hp=8776068a115de8e526d5cb5a6707becab1b11707;hb=431c72dc3d482732a01d3ab929aa9b2c36422d46;hpb=24f3a374b9588a6e409ba58b40bdd684050decf3 diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 8776068a1..6a2193d67 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -82,14 +82,14 @@ alphabetical order, regardless in which of the directories they reside, to guarantee that a specific configuration file takes precedence over another file - with an alphabetically later name + with an alphabetically later name. If the administrator wants to disable a configuration file supplied by the vendor the recommended way is to place a symlink to /dev/null in /etc/tmpfiles.d/ bearing the - same file name. + same filename. The configuration format is one line per path containing action, path, mode, ownership, age and argument @@ -114,7 +114,10 @@ L /tmp/foobar - - - - /dev/null w - Write the argument parameter to a file, if it exists. + Write the argument parameter to a file, if the file exists. + Lines of this type accept shell-style globs in place of normal path + names. The argument parameter will be written without a trailing + newline. C-style backslash escapes are interpreted. @@ -158,7 +161,22 @@ L /tmp/foobar - - - - /dev/null effect of r or R lines. Lines of this type accept shell-style globs in place of - of normal path + normal path + names. + + + + X + Ignore a path + during cleanup. Use this type + to prevent path removal as + controlled with the Age parameter. + Note that if path is a directory, + content of a directory is not + excluded from clean-up, only + directory itself. Lines of this + type accept shell-style globs + in place of normal path names. @@ -262,7 +280,12 @@ L /tmp/foobar - - - - /dev/null If multiple integers and units are specified the time - values are summed up. + values are summed up. If an integer is given without a unit, + s is assumed. + + + When the age is set to zero, the files are cleaned + unconditionally. The age field only applies to lines starting with d, D and x. If omitted or set to - no automatic clean-up @@ -305,7 +328,8 @@ d /var/run/uscreens 0755 root root 10d12h See Also systemd1, - systemd-tmpfiles8 + systemd-tmpfiles8, + systemd-delta1