]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(systemd-timesyncd): typo in systemd-time-wait-sync.service local conf path
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 24 Nov 2022 11:13:40 +0000 (12:13 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 21 Dec 2022 13:34:04 +0000 (13:34 +0000)
modules.d/01systemd-timesyncd/module-setup.sh

index f6f35fee4a75699743909481aea8a1074287ee7a..a2c675408662fa3573d75a687bafd6173d186363 100755 (executable)
@@ -60,8 +60,8 @@ install() {
             "$systemdutilconfdir/timesyncd.conf.d/*.conf" \
             "$systemdsystemconfdir"/systemd-timesyncd.service \
             "$systemdsystemconfdir/systemd-timesyncd.service.d/*.conf" \
-            "$systemdsystemunitdir"/systemd-time-wait-sync.service \
-            "$systemdsystemunitdir/systemd-time-wait-sync.service.d/*.conf" \
+            "$systemdsystemconfdir"/systemd-time-wait-sync.service \
+            "$systemdsystemconfdir/systemd-time-wait-sync.service.d/*.conf" \
             "$sysusersconfdir"/systemd-timesync.conf
     fi
 }