From bde335f21fc547163647513f4658d9a3fde1b8f9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 16 Feb 2022 23:14:39 +0900 Subject: [PATCH] timesync: add missing setting in template Follow-up for e81a44bf5faa80ec6ca2ef835d559a65c7e27c35. --- src/timesync/timesyncd.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timesync/timesyncd.conf.in b/src/timesync/timesyncd.conf.in index df02cb5bd60..f34922927d8 100644 --- a/src/timesync/timesyncd.conf.in +++ b/src/timesync/timesyncd.conf.in @@ -18,4 +18,5 @@ #RootDistanceMaxSec=5 #PollIntervalMinSec=32 #PollIntervalMaxSec=2048 +#ConnectionRetrySec=30 #SaveIntervalSec=60 -- 2.47.3