X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=d983984fd67437713a154faa0518483d9bac6a07;hb=2df36d096d7b2691ac11f415b3bb8da2a26ac8b7;hp=793c12400717a3a328950a6e48f76635c0f5713d;hpb=cd9f5b68ce08375eb1d68a4ddaa7a24a5092d7ba;p=thirdparty%2Fsystemd.git diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 793c1240071..d983984fd67 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -482,51 +482,8 @@ r! /tmp/.X[0-9]*-lock 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. - - - -
+ specifier expansion, see below. The path (after expansion) must be + absolute. @@ -628,8 +585,58 @@ r! /tmp/.X[0-9]*-lock attributes to be set. For h and H, determines the file attributes to set. Ignored for all other lines. + + This field can contain specifiers, see below. + + + Specifiers + + Specifiers can be used in the "path" and "argument" fields. + 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. + + + +