Skip to content

udev: load the required kernel modules

Loading the required kernel modules such as ledpattern_trigger via /etc/modules-load.d may introduce a race condition on some systems such as non-systemd based distros. Load the kernel modules using the builtin 'kmod load' udev command instead.

Merge request reports