From: Antonio Alvarez Feijoo Date: Thu, 27 Jul 2023 13:37:46 +0000 (+0200) Subject: fix(systemd-udevd): add missing override paths X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=570b9d405116c9763266aa2e88ea0a2460c734ba;p=thirdparty%2Fdracut.git fix(systemd-udevd): add missing override paths --- diff --git a/modules.d/01systemd-udevd/module-setup.sh b/modules.d/01systemd-udevd/module-setup.sh index ce5fbd939..ce5d2a333 100755 --- a/modules.d/01systemd-udevd/module-setup.sh +++ b/modules.d/01systemd-udevd/module-setup.sh @@ -96,7 +96,9 @@ install() { "$systemdsystemconfdir"/systemd-udev-settle.service \ "$systemdsystemconfdir/systemd-udev-settle.service.d/*.conf" \ "$systemdsystemconfdir"/systemd-udevd-control.socket \ + "$systemdsystemconfdir/systemd-udevd-control.socket.d/*.conf" \ "$systemdsystemconfdir"/systemd-udevd-kernel.socket \ + "$systemdsystemconfdir/systemd-udevd-kernel.socket.d/*.conf" \ "$systemdsystemconfdir"/sockets.target.wants/systemd-udevd-control.socket \ "$systemdsystemconfdir"/sockets.target.wants/systemd-udevd-kernel.socket \ "$systemdsystemconfdir"/sysinit.target.wants/systemd-udevd.service \