diff options
author | Dimitry Ishenko <dimitry.ishenko@gmail.com> | 2021-07-07 19:54:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-08-09 21:06:28 +0200 |
commit | 33e82f3ef33a2497f9838a5fbb924c7501d8dd9e (patch) | |
tree | 1aa4934bc6101cedc779e9d7ba6367e9d283d25d /man/timesyncd.conf.xml | |
parent | pid1: add support for cgroup.kill (diff) | |
download | systemd-33e82f3ef33a2497f9838a5fbb924c7501d8dd9e.tar.xz systemd-33e82f3ef33a2497f9838a5fbb924c7501d8dd9e.zip |
timesync: add option to periodically save time
Diffstat (limited to 'man/timesyncd.conf.xml')
-rw-r--r-- | man/timesyncd.conf.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>SaveIntervalSec=</varname></term> + <listitem><para>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.</para> + + <para>Takes a time interval value. The default unit is seconds, but other units may be specified, see + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + Defaults to 60 seconds.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |