mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
b2c0f57f01
The default ntp.conf file does the right thing but one of the comments is a bit misleading based on the active parts of the file changing a few times. Update the comment to accurately describe what is happening in the configuration file and what a user should do next. Signed-off-by: Joe MacDonald <joe@deserted.net>
18 lines
640 B
Plaintext
18 lines
640 B
Plaintext
# This is the most basic ntp configuration file
|
|
# The driftfile must remain in a place specific to this
|
|
# machine - it records the machine specific clock error
|
|
driftfile /etc/ntp.drift
|
|
# This should be a server that is close (in IP terms)
|
|
# to the machine. Add other servers as required.
|
|
# Unless you un-comment the line below ntpd will sync
|
|
# only against the local system clock.
|
|
#
|
|
# server time.server.example.com
|
|
#
|
|
# Using local hardware clock as fallback
|
|
# Disable this when using ntpd -q -g -x as ntpdate or it will sync to itself
|
|
server 127.127.1.0
|
|
fudge 127.127.1.0 stratum 14
|
|
# Defining a default security setting
|
|
restrict default
|