From: Tom Gundersen Date: Mon, 27 Oct 2014 16:28:29 +0000 (+0100) Subject: man: tmpfiles.d - recommend using b! and c! X-Git-Tag: v217~49 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1dfcee5985e8097fdbe0a77ca31fa23f683fadc2 man: tmpfiles.d - recommend using b! and c! We should avoid creating static device nodes at runtime. --- diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 81457c45e..f2360ba9a 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -210,7 +210,12 @@ L /tmp/foobar - - - - /dev/null device node is to be created, it will be removed and be replaced by the device - node. + node. It is recommended to suffix this + entry with an exclamation mark to only + create static device nodes at boot, + as udev will not manage static device + nodes that are created at runtime. + @@ -224,7 +229,12 @@ L /tmp/foobar - - - - /dev/null device node is to be created, it will be removed and be replaced by the device - node. + node. It is recommended to suffix this + entry with an exclamation mark to only + create static device nodes at boot, + as udev will not manage static device + nodes that are created at runtime. +