From 33e82f3ef33a2497f9838a5fbb924c7501d8dd9e Mon Sep 17 00:00:00 2001 From: Dimitry Ishenko Date: Wed, 7 Jul 2021 13:54:47 -0400 Subject: timesync: add option to periodically save time --- man/timesyncd.conf.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'man/timesyncd.conf.xml') diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml index 3fd11cea04..07472cdb39 100644 --- a/man/timesyncd.conf.xml +++ b/man/timesyncd.conf.xml @@ -103,6 +103,18 @@ Defaults to 30 seconds and must not be smaller than 1 second. + + SaveIntervalSec= + The interval at which the current time is periodically saved to disk, in the absence + of any recent synchronisation from an NTP server. This is especially useful for offline systems + with no local RTC, as it will guarantee that the system clock remains roughly monotonic across + reboots. + + Takes a time interval value. The default unit is seconds, but other units may be specified, see + systemd.time5. + Defaults to 60 seconds. + + -- cgit v1.2.1