From 824b68b90a10795812c6e5c06742284b2e71be30 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 1 Apr 2022 00:35:18 -0400 Subject: [PATCH] Another shot at speeding up time sync. --- files/usr/lib/systemd/system/ntpd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/usr/lib/systemd/system/ntpd.service b/files/usr/lib/systemd/system/ntpd.service index 3eb607f..c7fbb34 100644 --- a/files/usr/lib/systemd/system/ntpd.service +++ b/files/usr/lib/systemd/system/ntpd.service @@ -6,7 +6,8 @@ Conflicts=systemd-timesyncd.service [Service] Type=forking PrivateTmp=true -ExecStart=/usr/bin/ntpd -g -G -u ntp:ntp +ExecStartPre=/usr/bin/ntpd -Ggq +ExecStart=/usr/bin/ntpd -g -u ntp:ntp Restart=always [Install]