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=049a44074e1c8dd0ebeb2d2631438c59a21e9fad;hp=0e49fa07f692c4b0b0d6e4f6c5b93458a7ff9add;hb=42483a747489ff46aed3588b78bf4b9480dbeaf7;hpb=73e231abde39f22097df50542c745e01de879836 diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 0e49fa07f..049a44074 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -3,7 +3,9 @@ - + + systemd-udevd.service systemd @@ -20,7 +22,6 @@ systemd-udevd.service 8 - @@ -42,6 +43,7 @@ + @@ -51,12 +53,16 @@ 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. + For every event, systemd-udevd executes matching instructions + specified in udev rules. See + udev7 + . + + The behavior of the running daemon can be changed + dynamically with udevadm control, or + configured using + udev.conf5. + Options @@ -67,28 +73,40 @@ Detach and run in the background. + Print debug messages to standard error. + Limit the number of events executed in parallel. + Delay the execution of RUN - instruction by the given number of seconds. This option + 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. + + + + + Set the number of seconds to wait for events to finish. After + this time the event will be terminated. The default is 30 seconds. + + + @@ -100,18 +118,13 @@ and all devices will be owned by root. - - - - Print version number. - - + - - Print help text. - + + + @@ -148,12 +161,21 @@ udev.exec-delay= rd.udev.exec-delay= - Delay the execution of RUN instruction by the given + 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= @@ -166,29 +188,12 @@ in kernel-command-line.xml --> - 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 . - - - - - See Also - - udev7 - , - udevadm8 - + + udev.conf5, + udev7, + udevadm8 +