X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevd.xml;h=cf033a06b20b8d15f8ca52823aa9f28fc3aeae62;hp=7feede27771311ba6f67255aa90073f7ff2a2bb7;hb=83a4c0f8b8981fb31cb6db70fcbe3a1f62c1913e;hpb=660508cdcb1133735845a444d414a7a637ef28ba diff --git a/udevd.xml b/udevd.xml index 7feede277..cf033a06b 100644 --- a/udevd.xml +++ b/udevd.xml @@ -26,6 +26,10 @@ udevd + + + + udevcontrol command @@ -46,25 +50,84 @@ 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 global variable. + + + + + + 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.