]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(systemd-networkd): typo in systemd-networkd.socket local conf path
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 5 Jul 2022 13:34:01 +0000 (15:34 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 15 Aug 2022 16:03:36 +0000 (16:03 +0000)
modules.d/01systemd-networkd/module-setup.sh

index c3f3c05196e103d3def1f1cb6e7cb725e688c648..b825fee1d66b917174d451912c5eeaae694a7a81 100755 (executable)
@@ -70,8 +70,8 @@ install() {
             "$systemdutilconfdir/network/*" \
             "$systemdsystemconfdir"/systemd-networkd.service \
             "$systemdsystemconfdir/systemd-networkd.service/*.conf" \
-            "$systemdsystemunitdir"/systemd-networkd.socket \
-            "$systemdsystemunitdir/systemd-networkd.socket/*.conf" \
+            "$systemdsystemconfdir"/systemd-networkd.socket \
+            "$systemdsystemconfdir/systemd-networkd.socket/*.conf" \
             "$systemdsystemconfdir"/systemd-network-generator.service \
             "$systemdsystemconfdir/systemd-network-generator.service/*.conf" \
             "$systemdsystemconfdir"/systemd-networkd-wait-online.service \