From 908f74f9170d2ce98904424bb56bfde1523aee4d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 2 Jan 2019 03:27:45 -0700 Subject: [PATCH] updated to use more modern NTP directive instead of Servers --- config/etc/systemd/timesyncd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/etc/systemd/timesyncd.conf b/config/etc/systemd/timesyncd.conf index b54aaf1..c67700b 100644 --- a/config/etc/systemd/timesyncd.conf +++ b/config/etc/systemd/timesyncd.conf @@ -18,7 +18,7 @@ # 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= +# I've set this file to use the 'universal' global pools by default + +NTP=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org #FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org