From 50f220e88894517151980852a36144431547ec80ba28ab6649cbeb717c85c9b4 Mon Sep 17 00:00:00 2001 From: "Archie L. Cobbs" Date: Mon, 16 Feb 2026 14:43:45 -0600 Subject: [PATCH] Update PID file location (boo#1255472). --- conf.ntpd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.ntpd.service b/conf.ntpd.service index 8a396fb..e255361 100644 --- a/conf.ntpd.service +++ b/conf.ntpd.service @@ -12,7 +12,7 @@ ConditionCapability=CAP_SYS_TIME [Service] Type=forking -PIDFile=/run/ntp/ntpd.pid +PIDFile=/var/lib/ntp/var/run/ntp/ntpd.pid ExecStart=/usr/sbin/start-ntpd start RestartSec=11min Restart=always -- 2.51.1