X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-udevd.service.xml;h=b3bca2fec289adb718aff7fc006027451f5956f3;hb=ab046dde6f355f4a8b07ff6120a7ef51f5d49fc9;hp=92fb38f0672b6b7eecb210f7afdd504b92f6d22d;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 92fb38f06..b3bca2fec 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -70,7 +70,7 @@ - Print debug messages to stderr. + Print debug messages to standard error. @@ -82,11 +82,11 @@ - - 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. + 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. @@ -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 . + + +