X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-udevd.service.xml;h=7fce3000f5516179613be6df208ec9c1103791df;hp=92fb38f0672b6b7eecb210f7afdd504b92f6d22d;hb=37224a5ff522a366b353e8a01e2c2eee1e5416e5;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 92fb38f06..7fce3000f 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -116,9 +116,9 @@ Environment - + - UDEV_LOG= + $UDEV_LOG= Set the logging priority. @@ -127,7 +127,7 @@ Kernel command line - + Parameters starting with "rd." will be read when systemd-udevd is used in an initrd. @@ -154,7 +154,33 @@ non-working kernel modules. + + net.ifnames= + + Network interfaces are renamed to give them predictable names + when possible. It is enabled by default, specifying 0 disables it. + + + + + + Configuration file + udev expects its main configuration file at /etc/udev/udev.conf. + It consists of a set of variables allowing the user to override default udev values. All + empty lines or lines beginning with '#' are ignored. The following variables can be + set: + + + udev_log + + The logging priority. Valid values are the numerical syslog priorities + or their textual representations: , + and . + + +