MAN page from OpenSuSE udev-246.6-lp152.mo.1.5.x86_64.rpm
SYSTEMD\-UDEVD\&.SERVICE
Section: systemd-udevd.service (8)
Updated:
Index 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. Seeudev(7).The behavior of the daemon can be configured usingudev.conf(5), its command line options, environment variables, and on the kernel command line, or changed dynamically withudevadm control.
OPTIONS
-d, --daemon
- Detach and run in the background.
-D, --debug
- Print debug messages to standard error.
-c, --children-max=
- Limit the number of events executed in parallel.
-e, --exec-delay=
- Delay the execution ofRUNinstructions by the given number of seconds. This option might be useful when debugging system crashes during coldplug caused by loading non-working kernel modules.
-t, --event-timeout=
- Set the number of seconds to wait for events to finish. After this time, the event will be terminated. The default is 180 seconds.
-s, --timeout-signal=
- Set the signal whichsystemd-udevdwill send to forked off processes after reaching event timeout. The setting can be overridden at boot time with the kernel command line optionudev.timeout_signal=. Setting toSIGABRTmay be helpful in order to debug worker timeouts. Defaults toSIGKILL. Note that setting the option on the command line overrides the setting from the configuration file.
-N, --resolve-names=
- Specify when systemd-udevd should resolve names of users and groups. When set toearly(the default), names will be resolved when the rules are parsed. When set tolate, names will be resolved for every event. When set tonever, names will never be resolved and all devices will be owned by root.
-h, --help
- Print a short help text and exit.
--version
- Print a short version string and exit.
KERNEL COMMAND LINE
Parameters prefixed with "rd." will be read whensystemd-udevdis used in an initrd, those without will be processed both in the initrd and on the host.
udev.log_priority=, rd.udev.log_priority=
- 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 ofRUNinstructions 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 thatsystemd-udevdwill 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_only, rd.udev.blockdev_read_only
- If 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 theblockdev --setrwcommand, seeblockdev(8)for details.
net.ifnames=
- Network interfaces are renamed to give them predictable names when possible. It is disabled by default; specifying 1 enables it.
net.naming-scheme=
- Network interfaces are renamed to give them predictable names when possible (unlessnet.ifnames=0is 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 insystemd.net-naming-scheme(7), or"latest"to select the latest scheme known (to this particular version ofsystemd-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 attributessystemd-udevd.serviceis checking might appear, which affects older name derivation algorithms, too.
SEE ALSO
udev.conf(5),udev(7),udevadm(8)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- KERNEL COMMAND LINE
- SEE ALSO
This document was created byman2html,using the manual pages.