X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevd.xml;h=cf033a06b20b8d15f8ca52823aa9f28fc3aeae62;hp=f0682ed00c3b8600d84b3936adc3c5864414bdae;hb=274da2b23d37f2dd174f765e9cfcc485e4a5a898;hpb=b52a01ee39dad3b04aaa7e3af7435f062d3e887f diff --git a/udevd.xml b/udevd.xml index f0682ed00..cf033a06b 100644 --- a/udevd.xml +++ b/udevd.xml @@ -26,6 +26,9 @@ udevd + + + @@ -47,6 +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. + + @@ -56,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.