From 0148f53bb5e7e0092cf2a2215c2a0ca23e20d302 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 24 Aug 2018 18:49:23 -0600 Subject: [PATCH] Changed timesyncd pool config to global ntp pools by default --- config/etc/systemd/timesyncd.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/etc/systemd/timesyncd.conf b/config/etc/systemd/timesyncd.conf index 55854de..b54aaf1 100644 --- a/config/etc/systemd/timesyncd.conf +++ b/config/etc/systemd/timesyncd.conf @@ -12,6 +12,13 @@ # See timesyncd.conf(5) for details. [Time] -Servers=time.nrc.ca time.chu.nrc.ca +# Enter your desired NTP servers here. I'm in Canada so I like using: +# time.nrc.ca time.chu.nrc.ca +# Other great options are your local ntp.org pool. In Canada: +# 0.ca.pool.ntp.org 1.ca.pool.ntp.org 2.ca.pool.ntp.org 3.ca.pool.ntp.org +# You can find all ntp.org server pools at https://www.ntppool.org/zone/@ and +# then navigate to your closest region. +# I've set this file to use the 'universal' global pools by default +Servers=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org #NTP= #FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org