Use /run not /var/run for ntp.conf.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-20 20:14:04 +01:00
commit e590b75512

View file

@ -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).