]> git.pld-linux.org Git - packages/chrony.git/blobdiff - chrony.conf
Rel 2; parse /etc/ntp/chrony.d/*.conf by default. Don't fail if there are no files...
[packages/chrony.git] / chrony.conf
index f9f3c6e7c776bed85e37ab3187f82dc9c28e22a1..a837f34665b693e522a2880614b425341c374b68 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,10 @@ 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
+
+include /etc/ntp/chrony.d/*.conf
This page took 0.054296 seconds and 4 git commands to generate.