From e3ec51e128135d56c3995d87ca2a4ff65b253391 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Thu, 24 Nov 2022 12:13:40 +0100 Subject: [PATCH] fix(systemd-timesyncd): typo in systemd-time-wait-sync.service local conf path --- modules.d/01systemd-timesyncd/module-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.47.3