1SYSTEMD-UDEVD.SERVICE(8) systemd-udevd.service SYSTEMD-UDEVD.SERVICE(8)
2
3
4
6 systemd-udevd.service, systemd-udevd-control.socket, systemd-udevd-
7 kernel.socket, systemd-udevd - Device event managing daemon
8
10 systemd-udevd.service
11
12 systemd-udevd-control.socket
13
14 systemd-udevd-kernel.socket
15
16 /usr/lib/systemd/systemd-udevd [--daemon] [--debug] [--children-max=]
17 [--exec-delay=] [--event-timeout=]
18 [--resolve-names=early|late|never]
19 [--version] [--help]
20
22 systemd-udevd listens to kernel uevents. For every event, systemd-udevd
23 executes matching instructions specified in udev rules. See udev(7).
24
25 The behavior of the daemon can be configured using udev.conf(5), its
26 command line options, environment variables, and on the kernel command
27 line, or changed dynamically with udevadm control.
28
30 -d, --daemon
31 Detach and run in the background.
32
33 -D, --debug
34 Print debug messages to standard error.
35
36 -c=, --children-max=
37 Limit the number of events executed in parallel.
38
39 -e=, --exec-delay=
40 Delay the execution of RUN instructions by the given number of
41 seconds. This option might be useful when debugging system crashes
42 during coldplug caused by loading non-working kernel modules.
43
44 -t=, --event-timeout=
45 Set the number of seconds to wait for events to finish. After this
46 time, the event will be terminated. The default is 180 seconds.
47
48 -N=, --resolve-names=
49 Specify when systemd-udevd should resolve names of users and
50 groups. When set to early (the default), names will be resolved
51 when the rules are parsed. When set to late, names will be resolved
52 for every event. When set to never, names will never be resolved
53 and all devices will be owned by root.
54
55 -h, --help
56 Print a short help text and exit.
57
58 --version
59 Print a short version string and exit.
60
62 Parameters starting with "rd." will be read when systemd-udevd is used
63 in an initrd.
64
65 udev.log_priority=, rd.udev.log_priority=
66 Set the log level.
67
68 udev.children_max=, rd.udev.children_max=
69 Limit the number of events executed in parallel.
70
71 udev.exec_delay=, rd.udev.exec_delay=
72 Delay the execution of RUN instructions by the given number of
73 seconds. This option might be useful when debugging system crashes
74 during coldplug caused by loading non-working kernel modules.
75
76 udev.event_timeout=, rd.udev.event_timeout=
77 Wait for events to finish up to the given number of seconds. This
78 option might be useful if events are terminated due to kernel
79 drivers taking too long to initialize.
80
81 net.ifnames=
82 Network interfaces are renamed to give them predictable names when
83 possible. It is enabled by default; specifying 0 disables it.
84
86 udev.conf(5), udev(7), udevadm(8)
87
88
89
90systemd 239 SYSTEMD-UDEVD.SERVICE(8)