]> git.pld-linux.org Git - packages/chrony.git/blob - chrony.conf
- added comments, use more sets of servers from pool.ntp.org
[packages/chrony.git] / chrony.conf
1 # Welcome to the chrony configuration file. See chrony.conf(5) for more
2 # information about usuable directives.
3
4 # Use public servers from the pool.ntp.org project.
5 # Please consider joining the pool (http://www.pool.ntp.org/join.html).
6 pool 0.pool.ntp.org iburst
7 pool 1.pool.ntp.org iburst
8 pool 2.pool.ntp.org iburst
9 pool 3.pool.ntp.org iburst
10
11 # This directive specify the location of the file containing ID/key pairs for
12 # NTP authentication.
13 keyfile /etc/ntp/keys
14
15 # This directive specify the file into which chronyd will store the rate
16 # information.
17 driftfile /var/lib/ntp/drift
18
19 # Allow client access from local network.
20 #allow 192.168/16
21
22 # Serve time even if not synchronized to any NTP server.
23 #local stratum 10
24
25 # Allow the system clock to be stepped in the first three updates
26 # if its offset is larger than 1 second.
27 makestep 1 3
28
29 # Enable kernel synchronization of the real-time clock (RTC).
30 rtcsync
31
32 # Send a message to syslog when chronyd has to correct
33 # an error larger than 0.5 seconds.
34 logchange 0.5
35
36 # Log files location
37 logdir /var/log/chrony
38
39 # Uncomment the following line to turn logging on.
40 #log measurements statistics tracking
This page took 0.059229 seconds and 4 git commands to generate.