table of contents
SYSTEMD-UDEVD.SERVICE(8) | systemd-udevd.service | SYSTEMD-UDEVD.SERVICE(8) |
NAME¶
systemd-udevd.service, systemd-udevd-control.socket, systemd-udevd-kernel.socket, systemd-udevd - Device event managing daemon
SYNOPSIS¶
systemd-udevd.service
systemd-udevd-control.socket
systemd-udevd-kernel.socket
/usr/lib/systemd/systemd-udevd [--daemon] [--debug] [--children-max=] [--exec-delay=] [--event-timeout=] [--resolve-names=early|late|never] [--version] [--help]
DESCRIPTION¶
systemd-udevd listens to kernel uevents. For every event, systemd-udevd executes matching instructions specified in udev rules. See udev(7).
The behavior of the daemon can be configured using udev.conf(5), its command line options, environment variables, and on the kernel command line, or changed dynamically with udevadm control.
OPTIONS¶
-d, --daemon
-D, --debug
-c=, --children-max=
-e=, --exec-delay=
-t=, --event-timeout=
-N=, --resolve-names=
-h, --help
--version
KERNEL COMMAND LINE¶
Parameters starting with "rd." will be read when systemd-udevd is used in an initrd.
udev.log_priority=, rd.udev.log_priority=
udev.children_max=, rd.udev.children_max=
udev.exec_delay=, rd.udev.exec_delay=
udev.event_timeout=, rd.udev.event_timeout=
net.ifnames=
net.naming-scheme=
Note that selecting a specific scheme is not sufficient to fully stabilize interface naming: the naming is generally derived from driver attributes exposed by the kernel. As the kernel is updated, previously missing attributes systemd-udevd.service is checking might appear, which affects older name derivation algorithms, too.
SEE ALSO¶
systemd 239 |