Use /run not /var/run for ntp.conf.
This commit is contained in:
parent
208ca8ba35
commit
e590b75512
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue