Default ntpd to write a "driftfile" in /var/db/ntpd.drift.
A "driftfile" caches the oscillator offset estimate from boot to boot, having this means faster and less bumpy time synchronization. Will be overridden by any value in the config file.
This commit is contained in:
parent
277a49999a
commit
77e8ad5714
@ -207,7 +207,8 @@ ntpdate_program="/usr/sbin/ntpdate" # path to ntpdate, if you want a different o
|
||||
ntpdate_flags="-b" # Flags to ntpdate (if enabled).
|
||||
ntpd_enable="NO" # Run ntpd Network Time Protocol (or NO).
|
||||
ntpd_program="/usr/sbin/ntpd" # path to ntpd, if you want a different one.
|
||||
ntpd_flags="-p /var/run/ntpd.pid" # Flags to ntpd (if enabled).
|
||||
ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"
|
||||
# Flags to ntpd (if enabled).
|
||||
|
||||
# Network Information Services (NIS) options: All need rpcbind_enable="YES" ###
|
||||
nis_client_enable="NO" # We're an NIS client (or NO).
|
||||
|
Loading…
Reference in New Issue
Block a user