From: Zbigniew Jędrzejewski-Szmek Date: Tue, 11 Dec 2018 21:11:46 +0000 (+0100) Subject: man: add a note that /var/run should not be used in tmpfiles X-Git-Tag: v240~83^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11122%2Fhead;p=thirdparty%2Fsystemd.git man: add a note that /var/run should not be used in tmpfiles --- diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 5be96b8e9af..5d393f39840 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -741,6 +741,13 @@ e! /var/cache/krb5rcache - - - 0 + + <filename>/run/</filename> and <filename>/var/run/</filename> + /var/run/ is a deprecated symlink to /run/, and + applications should use the latter. systemd-tmpfiles will warn if + /var/run/ is used. + + See Also