X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev%2Fudevd.xml;h=d335e2ec88b019e86a12ec936ec7eee3548909fe;hp=02a6543235f99819bf42c0e91931a263adfdefd6;hb=2d74bc75792bdd993e6298cf253541624001517c;hpb=9fa68615bb0315501625c6cde3f3077257c740e7 diff --git a/udev/udevd.xml b/udev/udevd.xml index 02a654323..d335e2ec8 100644 --- a/udev/udevd.xml +++ b/udev/udevd.xml @@ -33,13 +33,16 @@ Description - udevd listens to kernel uevents and executes the instructions specified - in rules. On startup the content of the directory - /lib/udev/devices is copied to /dev. - If kernel modules specify static device nodes, these nodes are created - even wihtout a corresponding kernel device, to allow on-demand loading of kernel - modules. Matching permissions specified in udev rules are applied to these - static device nodes. The behavior of the running daemon can be changed with + udevd listens to kernel uevents. For every event, udevd executes matching + instructions specified in udev rules. See + udev7 + . + On startup the content of the directory /lib/udev/devices + is copied to /dev. If kernel modules specify static device + nodes, these nodes are created even without a corresponding kernel device, to + allow on-demand loading of kernel modules. Matching permissions specified in udev + rules are applied to these static device nodes. + The behavior of the running daemon can be changed with udevadm control. @@ -60,8 +63,7 @@ - Limit the number of parallel executed events. - + Limit the number of parallel executed events. @@ -101,9 +103,34 @@ Environment - + UDEV_LOG= + + Set the logging priority. + + + + + + Kernel command line + + + udev.log-priority= + + Set the logging priority. + + + + udev.children-max= + + Limit the number of parallel executed events. + + + + udev.exec-delay= - Overrides the syslog priority specified in the config file. + Number of seconds to delay the execution of RUN instructions. + This might be useful when debugging system crashes during coldplug + cause by loading non-working kernel modules. @@ -117,8 +144,7 @@ See Also udev7 - , - + , udevadm8