X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=1c079f64bcbc6e152b39c5bbf442c78111de00f0;hp=cdc87c91922905b9018ba308f0b5d5847a15e892;hb=a7c0e5d714512dc3f9fe30c136778257246f3279;hpb=79640424059328268b9fb6c5fa8eb777b27a177e diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index cdc87c919..1c079f64b 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -67,7 +67,7 @@ Configuration Format Each configuration file shall be named in the - style of <program>.conf. + style of <package>.conf. Files in /etc/ override files with the same name in /usr/lib/ and /run/. Files in @@ -100,8 +100,12 @@ d /run/user 0755 root root 10d - L /tmp/foobar - - - - /dev/null + Type + + The following line types are understood: + f @@ -151,6 +155,17 @@ L /tmp/foobar - - - - /dev/null Create a block device node if it does not exist yet + + m + If the + specified file path exists, + adjust its access mode, group + and user to the specified + values and reset the SELinux + label. If it does not exist, do + nothing. + + x Ignore a path @@ -169,15 +184,18 @@ L /tmp/foobar - - - - /dev/null 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 + during cleaning. Use this type + to exclude paths from clean-up + as controlled with the Age + parameter. Unlike x, this + parameter will not exclude the + content if path is a directory, + but only directory itself. + Note that lines of this type do + not influence the effect of r + or R lines. Lines of this type + accept shell-style globs in + place of normal path names. @@ -233,6 +251,57 @@ L /tmp/foobar - - - - /dev/null + + Path + + The file system path specification supports simple specifier + expansion. The following expansions are + understood: + + + Specifiers available + + + + + + + Specifier + Meaning + Details + + + + + %m + Machine ID + The machine ID of the running system, formatted as string. See machine-id5 for more information. + + + %b + Boot ID + The boot ID of the running system, formatted as string. See random4 for more information. + + + %H + Host name + The hostname of the running system. + + + %v + Kernel release + Identical to uname -r output. + + + %% + Escaped % + Single percent sign. + + + +
+
+ Mode