X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udevd.xml;h=674fa4d755a7ea02465c1e376e9317869422b692;hb=7c1ecbfbf1985bb32165d40bb41009d510d6cb16;hp=7feede27771311ba6f67255aa90073f7ff2a2bb7;hpb=660508cdcb1133735845a444d414a7a637ef28ba;p=elogind.git diff --git a/udevd.xml b/udevd.xml index 7feede277..674fa4d75 100644 --- a/udevd.xml +++ b/udevd.xml @@ -26,6 +26,10 @@ udevd + + + + udevcontrol command @@ -46,25 +50,78 @@ Detach and run in the background. + + + + Run all events completely serialized. This may be useful if udev triggers + actions or loads kernel modules which cause problems and a slow but continuous + operation is needed, where no events are processed in parallel. + + + + + + + Print log messages to stdout. + + + + + + Print version number. + + + + + + Print usage. + + - udevcontrol can dynamically set the log level of udevd. - Valid values are the numerical syslog priorities or their textual - representations: , - and . + Set the internal log level of udevd. Valid values are the numerical + syslog priorities or their textual representations: , + and . - udevcontrol stops the execution of events from udevd. + Signal udevd to stop executing new events. Incoming events + will be queued. - udevcontrol starts the execution of events from udevd. + Signal udevd to enable the execution of events. + + + + + + Signal udevd to reload the rules from the config. + + + + + + Set the maximum number of events, udevd will handle at the + same time. + + + + + + Set the maximum number of events, which are allowed to run at the + same time. + + + + + + Print help text.