Change ntp_flags to "-b" to inspire people to set it right.
Note that "right" in this case is not universally recognized, but NTP-practittioners as opposed to theoretians generally agree that getting "inside the window" using ntpdate is TRTTD on PC hardware. PR: 25514 Submitted by: Chris Johnson <cjohnson-pr@palomine.net>
This commit is contained in:
parent
6d4a212d49
commit
3caa1d24ab
@ -160,7 +160,7 @@ timed_enable="NO" # Run the time daemon (or NO).
|
||||
timed_flags="" # Flags to timed (if enabled).
|
||||
ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO).
|
||||
ntpdate_program="ntpdate" # path to ntpdate, if you want a different one.
|
||||
ntpdate_flags="" # Flags to ntpdate (if enabled).
|
||||
ntpdate_flags="-b" # Flags to ntpdate (if enabled).
|
||||
xntpd_enable="NO" # Run ntpd Network Time Protocol (or NO).
|
||||
xntpd_program="ntpd" # path to ntpd, if you want a different one.
|
||||
xntpd_flags="-p /var/run/ntpd.pid" # Flags to ntpd (if enabled).
|
||||
|
Loading…
x
Reference in New Issue
Block a user