diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-10-04 18:09:32 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-04 11:09:32 +0200 |
commit | 07883f198d949c078085ccafab7eb61788721ae4 (patch) | |
tree | 003ea73ce41391b598c4ed5de51ca236b0504017 /man/timesyncd.conf.xml | |
parent | 8bdaf088ca22c4c12aee86e3a5e46998d042e21b (diff) | |
download | systemd-07883f198d949c078085ccafab7eb61788721ae4.tar.gz |
man: empty string resets the list of NTP servers (#6984)
Diffstat (limited to 'man/timesyncd.conf.xml')
-rw-r--r-- | man/timesyncd.conf.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml index 8c86fd0074..7c84e80d4d 100644 --- a/man/timesyncd.conf.xml +++ b/man/timesyncd.conf.xml @@ -80,7 +80,9 @@ <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. systemd-timesyncd will contact all configured system or per-interface servers in turn until one is found that - responds. This setting defaults to an empty + responds. When the empty string is assigned, the list of + NTP servers is reset, and all assignments prior to this one + will have no effect. This setting defaults to an empty list.</para></listitem> </varlistentry> @@ -92,9 +94,11 @@ <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> take precedence over this setting, as do any servers set via <varname>NTP=</varname> 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.</para></listitem> + if no other NTP server information is known. When the empty + string is assigned, the list of NTP servers is reset, + and all assignments prior to this one will have no effect. + If this option is not given, a compiled-in list of NTP servers + is used instead.</para></listitem> </varlistentry> </variablelist> |