bundles/systemd: explicitely use all four ntp.org timeserver pools
turns out, only 2.pool.ntp.org has IPv6, but we won't get any IPv6 addresses when querying pool.ntp.org
This commit is contained in:
parent
eaab905735
commit
8a0ae4fa10
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@
|
|||
# See timesyncd.conf(5) for details.
|
||||
|
||||
[Time]
|
||||
NTP=de.pool.ntp.org
|
||||
NTP=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org
|
||||
FallbackNTP=pool.ntp.org
|
||||
#RootDistanceMaxSec=5
|
||||
PollIntervalMinSec=32
|
||||
PollIntervalMaxSec=2048
|
||||
PollIntervalMaxSec=368
|
||||
ConnectionRetrySec=10
|
||||
SaveIntervalSec=30
|
||||
|
|
Loading…
Reference in a new issue