]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(systemd-udevd): add missing override paths
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 27 Jul 2023 13:37:46 +0000 (15:37 +0200)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Wed, 16 Aug 2023 06:26:14 +0000 (08:26 +0200)
modules.d/01systemd-udevd/module-setup.sh

index ce5fbd93955d3de2f095a3d61c2ca740417c2c27..ce5d2a3332dbd04730991f910d80c004e5f0b947 100755 (executable)
@@ -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 \