X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsystemd-timesyncd.service.xml;h=03daae21b36e5b7deeb229353c59471aec5e1521;hb=96b2fb93c53c35934d667ccdc914a3841332704b;hp=6ec384313beb672a1f697a4e3a6444a1292db9b1;hpb=70d54fca18f52e20c07f37a6c86133229521ee47;p=thirdparty%2Fsystemd.git diff --git a/man/systemd-timesyncd.service.xml b/man/systemd-timesyncd.service.xml index 6ec384313be..03daae21b36 100644 --- a/man/systemd-timesyncd.service.xml +++ b/man/systemd-timesyncd.service.xml @@ -3,22 +3,9 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> @@ -64,6 +51,12 @@ reboots to ensure it monotonically advances even if the system lacks a battery-buffered RTC chip. + The systemd-timesyncd service + specifically implements only SNTP. This minimalistic + service will set the system clock for large offsets or + slowly adjust it for smaller deltas. More complex use + cases are not covered by systemd-timesyncd. + The NTP servers contacted are determined from the global settings in timesyncd.conf5, @@ -75,6 +68,10 @@ timedatectl1's set-ntp command may be used to enable and start, or disable and stop this service. + + timedatectl1's + timesync-status or show-timesync command can be used to show the + current status of this service. @@ -82,13 +79,25 @@ - /var/lib/systemd/clock + /var/lib/systemd/timesync/clock - This file contains the timestamp of the last successful - synchronization. + The modification time of this file indicates the timestamp of the last successful + synchronization (or at least the systemd build date, in case synchronization was not + possible). + + + /run/systemd/timesync/synchronized + + + A file that is touched on each successful synchronization, to assist + systemd-time-wait-sync and other applications to detecting synchronization + events. + + + @@ -99,6 +108,7 @@ timesyncd.conf5, systemd.network5, systemd-networkd.service8, + systemd-time-wait-sync.service8, timedatectl1, localtime5, hwclock8