X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevd.xml;h=cf033a06b20b8d15f8ca52823aa9f28fc3aeae62;hp=cc2a1bcd22221e419e854f5e1e9f15d1fd925ed6;hb=274da2b23d37f2dd174f765e9cfcc485e4a5a898;hpb=9e8fe79b8e84177fc9479d6c6af039b7402d52d3 diff --git a/udevd.xml b/udevd.xml index cc2a1bcd2..cf033a06b 100644 --- a/udevd.xml +++ b/udevd.xml @@ -26,7 +26,9 @@ udevd + + @@ -48,12 +50,27 @@ 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. + + @@ -63,22 +80,54 @@ - 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.