X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udevd.xml;h=674fa4d755a7ea02465c1e376e9317869422b692;hb=043c6f6d4a97ab3a4aeea8cca16c1cc754b0e5ee;hp=cc2a1bcd22221e419e854f5e1e9f15d1fd925ed6;hpb=9e8fe79b8e84177fc9479d6c6af039b7402d52d3;p=elogind.git diff --git a/udevd.xml b/udevd.xml index cc2a1bcd2..674fa4d75 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,48 @@ - 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.