From ad496ad3bc9832ec0d2292e449d0130f20a55bdf Mon Sep 17 00:00:00 2001 From: Manuel Berger <37898579+ggmanugg@users.noreply.github.com> Date: Fri, 28 Jan 2022 19:14:29 +0100 Subject: [PATCH] Update timesyncd.conf NTP server option (#357) Changing the current option "Server=" to "NTP=" Source: https://man7.org/linux/man-pages/man5/timesyncd.conf.5.html --- docs/prerequisite-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prerequisite-system.md b/docs/prerequisite-system.md index ba8364172..193a10885 100644 --- a/docs/prerequisite-system.md +++ b/docs/prerequisite-system.md @@ -148,7 +148,7 @@ To enable NTP you need to run the command `timedatectl set-ntp true`. You also n ``` # vim /etc/systemd/timesyncd.conf [Time] -Servers=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org +NTP=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org ``` ## Hetzner Cloud (and probably others)