From f13b388f97bc3ba8db844bd3413d510e2466a0b6 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 16 Apr 2012 23:32:22 +0200 Subject: udev: install udevd as /usr/lib/systemd/systemd-udevd --- man/systemd-udevd.xml | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 man/systemd-udevd.xml (limited to 'man/systemd-udevd.xml') diff --git a/man/systemd-udevd.xml b/man/systemd-udevd.xml new file mode 100644 index 0000000000..1be356f8c6 --- /dev/null +++ b/man/systemd-udevd.xml @@ -0,0 +1,150 @@ + + + + + + + udevd + systemd + + + Developer + Kay + Sievers + kay@vrfy.org + + + + + + systemd-udevd + 8 + + + + + systemd-udevdevent managing daemon + + + + + systemd-udevd + + + + + + + + + + + Description + systemd-udevd listens to kernel uevents. For every event, systemd-udevd executes matching + instructions specified in udev rules. See + udev7 + . + The behavior of the running daemon can be changed with + udevadm control. + + + Options + + + + + Detach and run in the background. + + + + + + Print debug messages to stderr. + + + + + + Limit the number of parallel executed events. + + + + + + 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. + + + + + + Specify when systemd-udevd should resolve names of users and groups. + When set to (the default) names will be + resolved when the rules are parsed. When set to + names will be resolved for every event. + When set to names will never be resolved + and all devices will be owned by root. + + + + + + Print version number. + + + + + + Print help text. + + + + + + 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= + + 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. + + + + + + + See Also + + udev7 + , + udevadm8 + + + -- cgit v1.2.3-54-g00ecf