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=05a178c53bd8d72ff63e1bb868f015cc015b7d35;hp=0c76d059fcd21df68542f4f6380e290181f33b24;hb=f47ad59316ddbfce0b24edac752222d300ed0da4;hpb=4940835715197bcc5924fc5e4d163a07b0940e02 diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 0c76d059f..05a178c53 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -3,7 +3,9 @@ - + + systemd-udevd.service systemd @@ -20,17 +22,20 @@ systemd-udevd.service 8 - systemd-udevd.service + systemd-udevd-control.socket + systemd-udevd-kernel.socket systemd-udevd Device event managing daemon systemd-udevd.service + systemd-udevd-control.socket + systemd-udevd-kernel.socket /usr/lib/systemd/systemd-udevd @@ -38,6 +43,7 @@ + @@ -46,12 +52,18 @@ Description - 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. + systemd-udevd listens to kernel uevents. + For every event, systemd-udevd executes matching instructions + specified in udev rules. See + udev7 + . + + The behavior of the daemon can be configured using + udev.conf5, + its command-line options, environment variables, and on the kernel + command-line, or changed dynamically with udevadm + control. + Options @@ -62,98 +74,127 @@ Detach and run in the background. + - Print debug messages to stderr. + Print debug messages to standard error. + - 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 + instructions by the given number of seconds. This option + might be useful when debugging system crashes during + coldplug caused by loading non-working kernel + modules. + - + - Specify when systemd-udevd should resolve names of users and groups. - When set to (the default) names will be - resolved when the rules are parsed. When set to - names will be resolved for every event. - When set to names will never be resolved - and all devices will be owned by root. + Set the number of seconds to wait for events to finish. After + this time the event will be terminated. The default is 30 seconds. + - + - Print version number. + Specify when systemd-udevd should resolve names of users and groups. + When set to (the default), names will be + resolved when the rules are parsed. When set to + , names will be resolved for every event. + When set to , names will never be resolved + and all devices will be owned by root. + - - Print help text. - + + + Environment - + - UDEV_LOG= + $UDEV_LOG= - Set the logging priority. + Set the log level. 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= - Set the logging priority. + Set the log level. 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 instructions by the given + number of seconds. This option might be useful when + debugging system crashes during coldplug caused by loading + non-working kernel modules. + + + + udev.event-timeout= + rd.udev.event-timeout= + + Wait for events to finish up to the given number + of seconds. This option might be useful if events are + terminated due to kernel drivers taking too long to initialize. + + + + net.ifnames= + + Network interfaces are renamed to give them predictable names + when possible. It is enabled by default; specifying 0 disables it. + See Also - - udev7 - , - udevadm8 - + + udev.conf5, + udev7, + udevadm8 +