From dabac5bf89685fb137536409e26d186ec58a94d4 Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 23 Aug 2020 22:41:19 +0200 Subject: [PATCH] Change timesync sync file, fixes #1012 --- include/tests_time | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_time b/include/tests_time index eda41a6f..46db8d71 100644 --- a/include/tests_time +++ b/include/tests_time @@ -574,7 +574,7 @@ Register --test-no TIME-3185 --preqs-met "${PREQS_MET}" --weight L --network NO --category "security" --description "Check systemd-timesyncd synchronized time" - SYNCHRONIZED_FILE="/run/systemd/timesync/synchronized" + SYNCHRONIZED_FILE="/var/lib/systemd/timesync/clock" if [ ${SKIPTEST} -eq 0 ]; then if [ -e "${SYNCHRONIZED_FILE}" ]; then FIND=$(( $(date +%s) - $(${STATBINARY} -L --format %Y "${SYNCHRONIZED_FILE}") ))