systemd-udevd.servicesystemdsystemd-udevd.service8systemd-udevd.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketsystemd-udevdDevice event managing daemonsystemd-udevd.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socket/usr/lib/systemd/systemd-udevdDescriptionsystemd-udevd listens to kernel uevents.
For every event, systemd-udevd executes matching instructions
specified in udev rules. See udev7.The behavior of the daemon can be configured using
udev.conf5,
its command line options, environment variables, and on the kernel
command line, or changed dynamically with udevadm
control.
OptionsDetach and run in the background.Print debug messages to standard error.Limit the number of events executed in parallel.Delay the execution of RUN
instructions by the given number of seconds. This option
might be useful when debugging system crashes during
coldplug caused by loading non-working kernel
modules.Set the number of seconds to wait for events to finish. After
this time, the event will be terminated. The default is 180 seconds.Set the signal which systemd-udevd will send to
forked off processes after reaching event timeout. The setting can be overridden
at boot time with the kernel command line option
udev.timeout_signal=. Setting to SIGABRT
may be helpful in order to debug worker timeouts. Defaults to
SIGKILL. Note that setting the option on the command line
overrides the setting from the configuration file.
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.Kernel command lineParameters prefixed with "rd." will be read when systemd-udevd is used in an
initrd, those without will be processed both in the initrd and on the host.udev.log_level=rd.udev.log_level=Set the log level.udev.children_max=rd.udev.children_max=Limit the number of events executed in parallel.udev.exec_delay=rd.udev.exec_delay=Delay the execution of RUN instructions by the given
number of seconds. This option might be useful when
debugging system crashes during coldplug caused by loading
non-working kernel modules.udev.event_timeout=rd.udev.event_timeout=Wait for events to finish up to the given number
of seconds. This option might be useful if events are
terminated due to kernel drivers taking too long to initialize.udev.timeout_signal=rd.udev.timeout_signal=Specifies a signal that systemd-udevd will send to
workers on timeout. Note that kernel command line option overrides both the
setting in the configuration file and the one on the program command line.udev.blockdev_read_onlyrd.udev.blockdev_read_onlyIf specified, mark all physical block devices read-only as they appear. Synthetic block
devices (such as loopback block devices or device mapper devices) are left as they are. This is
useful to guarantee that the contents of physical block devices remains unmodified during runtime,
for example to implement fully stateless systems, for testing or for recovery situations where
corrupted file systems shall not be corrupted further through accidental modification.A block device may be marked writable again by issuing the blockdev
--setrw command, see blockdev8
for details.net.ifnames=Network interfaces are renamed to give them predictable names
when possible. It is enabled by default; specifying 0 disables it.net.naming-scheme=Network interfaces are renamed to give them predictable names when possible (unless
net.ifnames=0 is specified, see above). With this kernel command line option it
is possible to pick a specific version of this algorithm and override the default chosen at
compilation time. Expects one of the naming scheme identifiers listed in
systemd.net-naming-scheme7,
or latest to select the latest scheme known (to this particular version of
systemd-udevd.service).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 Alsoudev.conf5,
udev7,
udevadm8