From e590b755122b3a71c5b73f523d6f844e95deef17 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 20 Aug 2022 20:14:04 +0100 Subject: [PATCH] Use /run not /var/run for ntp.conf. --- base-files/ntp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-files/ntp.conf b/base-files/ntp.conf index 9674ecc..c78e18b 100644 --- a/base-files/ntp.conf +++ b/base-files/ntp.conf @@ -27,7 +27,7 @@ driftfile /var/lib/ntp/drift statsdir /var/lib/ntp/stats # PID file location. -pidfile /var/run/ntpd.pid +pidfile /run/ntpd.pid # Disable the ntpdc -c monlist command, which is insecure and can be used # to cause a denial of service attack (CVE-2013-5211).