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/systemd-timesyncd.service.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/systemd-timesyncd.service.xml')
-rw-r--r-- | man/systemd-timesyncd.service.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/systemd-timesyncd.service.xml b/man/systemd-timesyncd.service.xml index 9ab4af9763..34e0a67472 100644 --- a/man/systemd-timesyncd.service.xml +++ b/man/systemd-timesyncd.service.xml @@ -75,10 +75,11 @@ <term><filename>/var/lib/systemd/timesync/clock</filename></term> <listitem> - <para>The modification time ("mtime") of this file indicates the timestamp of the last successful - synchronization (or at least the systemd build date, in case synchronization was not possible). It - is used to ensure that the system clock remains roughly monotonic across reboots, in case no local - RTC is available.</para> + <para>The modification time ("mtime") of this file is updated on each successful NTP synchronization + or after each <varname>SaveIntervalSec=</varname> time interval, as specified in + <citerefentry><refentrytitle>timesyncd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + At the minimum, it will be set to the systemd build date. It is used to ensure that the system clock + remains roughly monotonic across reboots, in case no local RTC is available.</para> </listitem> </varlistentry> |