Skip to content

Commit 570b9d4

Browse files
committed
fix(systemd-udevd): add missing override paths
1 parent 32f6f36 commit 570b9d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules.d/01systemd-udevd/module-setup.sh

+2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ install() {
9696
"$systemdsystemconfdir"/systemd-udev-settle.service \
9797
"$systemdsystemconfdir/systemd-udev-settle.service.d/*.conf" \
9898
"$systemdsystemconfdir"/systemd-udevd-control.socket \
99+
"$systemdsystemconfdir/systemd-udevd-control.socket.d/*.conf" \
99100
"$systemdsystemconfdir"/systemd-udevd-kernel.socket \
101+
"$systemdsystemconfdir/systemd-udevd-kernel.socket.d/*.conf" \
100102
"$systemdsystemconfdir"/sockets.target.wants/systemd-udevd-control.socket \
101103
"$systemdsystemconfdir"/sockets.target.wants/systemd-udevd-kernel.socket \
102104
"$systemdsystemconfdir"/sysinit.target.wants/systemd-udevd.service \

0 commit comments

Comments
 (0)