X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-udevd.service.xml;h=7fce3000f5516179613be6df208ec9c1103791df;hp=616c8f61f7aa0eb90e61565ca88a97cb839d32b3;hb=3fde5f30bda2a70d97f3dc8fa918e42e1c07cc2c;hpb=51dfddc2cceb345ffc994014e4a4b3f2d2d3a3aa diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 616c8f61f..7fce3000f 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -50,9 +50,10 @@ Description - systemd-udevd listens to kernel uevents. For every event, systemd-udevd executes matching - instructions specified in udev rules. See - udev7 + systemd-udevd listens to kernel uevents. + For every event, systemd-udevd executes matching instructions + specified in udev rules. See + udev7 . The behavior of the running daemon can be changed with udevadm control. @@ -75,15 +76,17 @@ - Limit the number of parallel executed events. + Limit the number of events executed in parallel. - Number of seconds to delay the execution of RUN instructions. - This might be useful when debugging system crashes during coldplug - cause 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. @@ -113,9 +116,9 @@ Environment - + - UDEV_LOG= + $UDEV_LOG= Set the logging priority. @@ -124,8 +127,9 @@ Kernel command line - - The parameters starting with "rd.", will be read when udev is used in an initrd. + + Parameters starting with "rd." will be read when + systemd-udevd is used in an initrd. udev.log-priority= rd.udev.log-priority= @@ -137,19 +141,46 @@ udev.children-max= rd.udev.children-max= - Limit the number of parallel executed events. + Limit the number of events executed in parallel. udev.exec-delay= rd.udev.exec-delay= - Number of seconds to delay the execution of RUN instructions. - This might be useful when debugging system crashes during coldplug - cause 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. + + + + 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 . + + +