We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f6f36 commit 570b9d4Copy full SHA for 570b9d4
modules.d/01systemd-udevd/module-setup.sh
@@ -96,7 +96,9 @@ install() {
96
"$systemdsystemconfdir"/systemd-udev-settle.service \
97
"$systemdsystemconfdir/systemd-udev-settle.service.d/*.conf" \
98
"$systemdsystemconfdir"/systemd-udevd-control.socket \
99
+ "$systemdsystemconfdir/systemd-udevd-control.socket.d/*.conf" \
100
"$systemdsystemconfdir"/systemd-udevd-kernel.socket \
101
+ "$systemdsystemconfdir/systemd-udevd-kernel.socket.d/*.conf" \
102
"$systemdsystemconfdir"/sockets.target.wants/systemd-udevd-control.socket \
103
"$systemdsystemconfdir"/sockets.target.wants/systemd-udevd-kernel.socket \
104
"$systemdsystemconfdir"/sysinit.target.wants/systemd-udevd.service \
0 commit comments