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:
Franzi 2022-12-17 11:39:45 +01:00
parent eaab905735
commit 8a0ae4fa10
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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