table of contents
- stretch 232-25+deb9u11
- testing 241-5
- stretch-backports 241-3~bpo9+1
- unstable 241-5
- experimental 242-2
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 daemonSYNOPSIS¶
systemd-udevd.servicesystemd-udevd-control.socket
systemd-udevd-kernel.socket
/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¶
--daemon--debug
--children-max=
--exec-delay=
--event-timeout=
--resolve-names=
--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=
SEE ALSO¶
udev.conf(5), udev(7), udevadm(8)systemd 232 |