common: rebase chrony config
against current debian default config
This commit is contained in:
parent
8c7629c409
commit
668b9418db
@ -1,6 +1,9 @@
|
|||||||
# Welcome to the chrony configuration file. See chrony.conf(5) for more
|
# Welcome to the chrony configuration file. See chrony.conf(5) for more
|
||||||
# information about usable directives.
|
# information about usable directives.
|
||||||
|
|
||||||
|
# Include configuration files found in /etc/chrony/conf.d.
|
||||||
|
confdir /etc/chrony/conf.d
|
||||||
|
|
||||||
{% for srv in ntp_servers %}
|
{% for srv in ntp_servers %}
|
||||||
server {{ srv }} iburst
|
server {{ srv }} iburst
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -23,6 +26,9 @@ keyfile /etc/chrony/chrony.keys
|
|||||||
# information.
|
# information.
|
||||||
driftfile /var/lib/chrony/chrony.drift
|
driftfile /var/lib/chrony/chrony.drift
|
||||||
|
|
||||||
|
# Save NTS keys and cookies.
|
||||||
|
ntsdumpdir /var/lib/chrony
|
||||||
|
|
||||||
# Uncomment the following line to turn logging on.
|
# Uncomment the following line to turn logging on.
|
||||||
#log tracking measurements statistics
|
#log tracking measurements statistics
|
||||||
|
|
||||||
@ -33,7 +39,7 @@ logdir /var/log/chrony
|
|||||||
maxupdateskew 100.0
|
maxupdateskew 100.0
|
||||||
|
|
||||||
# This directive enables kernel synchronisation (every 11 minutes) of the
|
# This directive enables kernel synchronisation (every 11 minutes) of the
|
||||||
# real-time clock. Note that it can’t be used along with the 'rtcfile' directive.
|
# real-time clock. Note that it can't be used along with the 'rtcfile' directive.
|
||||||
rtcsync
|
rtcsync
|
||||||
|
|
||||||
# Step the system clock instead of slewing it if the adjustment is larger than
|
# Step the system clock instead of slewing it if the adjustment is larger than
|
||||||
|
Loading…
Reference in New Issue
Block a user