diff options
author | Tom Gundersen <teg@jklm.no> | 2014-10-27 17:28:29 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-10-27 17:40:24 +0100 |
commit | 1dfcee5985e8097fdbe0a77ca31fa23f683fadc2 (patch) | |
tree | 10240f3e8be9654251e9a94398563f18903fd262 /man/tmpfiles.d.xml | |
parent | 8c94052ee543c3598a3c7b0c46688150aa2c6168 (diff) |
man: tmpfiles.d - recommend using b! and c!
We should avoid creating static device nodes at runtime.
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 81457c45e0..f2360ba9a4 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -210,7 +210,12 @@ L /tmp/foobar - - - - /dev/null</programlisting> device node is to be created, it will be removed and be replaced by the device - node.</para></listitem> + 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. + </para></listitem> </varlistentry> <varlistentry> @@ -224,7 +229,12 @@ L /tmp/foobar - - - - /dev/null</programlisting> device node is to be created, it will be removed and be replaced by the device - node.</para></listitem> + 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. + </para></listitem> </varlistentry> <varlistentry> |