From: Antonio Alvarez Feijoo Date: Thu, 24 Nov 2022 11:13:40 +0000 (+0100) Subject: fix(systemd-timesyncd): typo in systemd-time-wait-sync.service local conf path X-Git-Tag: 058~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3ec51e128135d56c3995d87ca2a4ff65b253391;p=thirdparty%2Fdracut.git fix(systemd-timesyncd): typo in systemd-time-wait-sync.service local conf path --- diff --git a/modules.d/01systemd-timesyncd/module-setup.sh b/modules.d/01systemd-timesyncd/module-setup.sh index f6f35fee4..a2c675408 100755 --- a/modules.d/01systemd-timesyncd/module-setup.sh +++ b/modules.d/01systemd-timesyncd/module-setup.sh @@ -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 }