1SYSTEMD-UDEVD.SERVICE(8)     systemd-udevd.service    SYSTEMD-UDEVD.SERVICE(8)
2
3
4

NAME

6       systemd-udevd.service, systemd-udevd-control.socket, systemd-udevd-
7       kernel.socket, systemd-udevd - Device event managing daemon
8

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

30       --daemon
31           Detach and run in the background.
32
33       --debug
34           Print debug messages to standard error.
35
36       --children-max=
37           Limit the number of events executed in parallel.
38
39       --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       --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 30 seconds.
47
48       --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       --help
56           Print a short help text and exit.
57
58       --version
59           Print a short version string and exit.
60

KERNEL COMMAND LINE

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

SEE ALSO

86       udev.conf(5), udev(7), udevadm(8)
87
88
89
90systemd 219                                           SYSTEMD-UDEVD.SERVICE(8)
Impressum