From 874ff7bf4d6fe693542209f127d23cd89adc499b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Aug 2014 19:48:24 +0200 Subject: timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCP --- man/timesyncd.conf.xml | 115 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 man/timesyncd.conf.xml (limited to 'man/timesyncd.conf.xml') diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml new file mode 100644 index 0000000000..aeb7182f91 --- /dev/null +++ b/man/timesyncd.conf.xml @@ -0,0 +1,115 @@ + + + + + + + + + timesyncd.conf + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + timesyncd.conf + 5 + + + + timesyncd.conf + Network Time Synchronization configuration file + + + + /etc/systemd/timesyncd.conf + + + + Description + + When starting, systemd-timesyncd will read the + configuration file + timesyncd.conf. This + configuration file controls NTP network time + synchronization. + + + + + Options + + + + + NTP= + A space separated list + of NTP servers host names or IP + addresses. During runtime this list is + combined with any per-interface NTP + servers acquired from + systemd-networkd.service8. systemd-timesyncd + will contact all configured system or + per-interface servers in turn until + one is found that responds. This + setting defaults to the empty + list. + + + + FallbackNTP= + A space separated list + of NTP server host names or IP + addresses to be used as the fallback + NTP servers. Any per-interface NTP + servers obtained from + systemd-networkd.service8 + take precedence over this setting, as + do any servers set via + NTP= above. This + setting is hence only used if no other + NTP server information is known. If + this option is not given, a + compiled-in list of NTP servers is + used instead. + + + + + + + See Also + + systemd1, + systemd-timesyncd.service8, + systemd-networkd.service8 + + + + -- cgit v1.2.3-54-g00ecf