Linux "systemd-udevd.service" Command Line Options and Examples
Device event managing daemon

systemd-udevd listens to kernel uevents. For every event, systemd-udevd executes matching instructions specified in udev rules. See udev(7).


Usage:

systemd-udevd.service






Command Line Options:

-d
Detach and run in the background.
systemd-udevd.service -d ...
-D
Print debug messages to standard error.
systemd-udevd.service -D ...
-c
Limit the number of events executed in parallel.
systemd-udevd.service -c ...
-e
Delay the execution of RUN instructions by the given number of seconds. This option might be useful whendebugging system crashes during coldplug caused by loading non-working kernel modules.
systemd-udevd.service -e ...
-t
Set the number of seconds to wait for events to finish. After this time, the event will be terminated. Thedefault is 180 seconds.
systemd-udevd.service -t ...
-N
Specify when systemd-udevd should resolve names of users and groups. When set to early (the default),names will be resolved when the rules are parsed. When set to late, names will be resolved for everyevent. When set to never, names will never be resolved and all devices will be owned by root.
systemd-udevd.service -N ...
-h
Print a short help text and exit.
systemd-udevd.service -h ...
--version
Print a short version string and exit.KERNEL COMMAND LINEParameters starting with "rd." will be read when systemd-udevd is used in an initrd.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 of RUN instructions by the given number of seconds. This option might be useful whendebugging 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 areterminated due to kernel drivers taking too long to initialize.net.ifnames=Network interfaces are renamed to give them predictable names when possible. It is enabled by default;specifying 0 disables it.
systemd-udevd.service --version ...