From 570b9d405116c9763266aa2e88ea0a2460c734ba Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Thu, 27 Jul 2023 15:37:46 +0200 Subject: [PATCH] fix(systemd-udevd): add missing override paths --- modules.d/01systemd-udevd/module-setup.sh | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.47.2