Skip to content

Commit

Permalink
fix(systemd-udevd): add missing override paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aafeijoo-suse committed Jul 27, 2023
1 parent a804945 commit 7b61db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules.d/01systemd-udevd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7b61db8

Please sign in to comment.