]> git.pld-linux.org Git - packages/chrony.git/commitdiff
- added comments, use more sets of servers from pool.ntp.org
authorMarcin Krol <hawk@tld-linux.org>
Sat, 18 Sep 2021 11:28:33 +0000 (13:28 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 18 Sep 2021 11:28:33 +0000 (13:28 +0200)
chrony.conf

index f9f3c6e7c776bed85e37ab3187f82dc9c28e22a1..0c50f185fb05a17802e7068c07a46b2196d71525 100644 (file)
@@ -1,7 +1,19 @@
+# Welcome to the chrony configuration file. See chrony.conf(5) for more
+# information about usuable directives.
+
 # Use public servers from the pool.ntp.org project.
 # Please consider joining the pool (http://www.pool.ntp.org/join.html).
-pool pool.ntp.org iburst
+pool 0.pool.ntp.org iburst
+pool 1.pool.ntp.org iburst
+pool 2.pool.ntp.org iburst
+pool 3.pool.ntp.org iburst
+
+# This directive specify the location of the file containing ID/key pairs for
+# NTP authentication.
+keyfile /etc/ntp/keys
+
+# This directive specify the file into which chronyd will store the rate
+# information.
 driftfile /var/lib/ntp/drift
 
 # Allow client access from local network.
@@ -10,11 +22,9 @@ driftfile /var/lib/ntp/drift
 # Serve time even if not synchronized to any NTP server.
 #local stratum 10
 
-keyfile /etc/ntp/keys
-
-#  Allow the system clock to be stepped in the first three updates
+# Allow the system clock to be stepped in the first three updates
 # if its offset is larger than 1 second.
-makestep 1.0 3
+makestep 1 3
 
 # Enable kernel synchronization of the real-time clock (RTC).
 rtcsync
@@ -23,5 +33,8 @@ rtcsync
 # an error larger than 0.5 seconds.
 logchange 0.5
 
+# Log files location
 logdir /var/log/chrony
+
+# Uncomment the following line to turn logging on.
 #log measurements statistics tracking
This page took 0.107991 seconds and 4 git commands to generate.