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=cd679a449db5ce59f48cfb3dd91a168bf26285a5;hp=0c76d059fcd21df68542f4f6380e290181f33b24;hb=ed7e5fe37d7e3392538844abadbb2903f4d2540f;hpb=4940835715197bcc5924fc5e4d163a07b0940e02 diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 0c76d059f..cd679a449 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -25,12 +25,16 @@ 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 @@ -46,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. @@ -65,31 +70,33 @@ - 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 + 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 + , names will be resolved for every event. + When set to , names will never be resolved and all devices will be owned by root. @@ -109,9 +116,9 @@ Environment - + - UDEV_LOG= + $UDEV_LOG= Set the logging priority. @@ -120,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= @@ -133,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 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. + + + + 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 . + + +