X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-udevd.service.xml;h=7fce3000f5516179613be6df208ec9c1103791df;hb=290c7324ca6ed22bcb6f4d644765aefeb47dc9de;hp=0dd5d100893d453913524af88774af75fe3dd730;hpb=bad1837c18b63130e698b4e7542a72f33644229d;p=elogind.git diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 0dd5d1008..7fce3000f 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -83,7 +83,7 @@ - Delay the execution of RUN intruction by the given + Delay the execution of RUN instruction by the given number of seconds. This option might be useful when debugging system crashes during coldplug caused by loading non-working kernel modules. @@ -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. @@ -148,13 +148,39 @@ udev.exec-delay= rd.udev.exec-delay= - Delay the execution of RUN intruction by the given + Delay the execution of RUN instruction by the given number of seconds. This option might be useful when debugging system crashes during coldplug caused by loading 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 . + + +