]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - chrony/chrony.conf
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / chrony / chrony.conf
CommitLineData
164c0d73
MT
1# Use public servers from the pool.ntp.org project.
2# Please consider joining the pool (http://www.pool.ntp.org/join.html).
1ad5a7c4
MT
3server 0.ipfire.pool.ntp.org iburst
4server 1.ipfire.pool.ntp.org iburst
5server 2.ipfire.pool.ntp.org iburst
6server 3.ipfire.pool.ntp.org iburst
164c0d73
MT
7
8# Ignore stratum in source selection.
9stratumweight 0
10
11# Record the rate at which the system clock gains/losses time.
12driftfile /var/lib/chrony/drift
13
14# Enable kernel RTC synchronization.
15rtcsync
16
17# In first three updates step the system clock instead of slew
18# if the adjustment is larger than 100 seconds.
19makestep 100 3
20
21# Allow client access from local network.
22#allow 192.168/16
23
24# Serve time even if not synchronized to any NTP server.
25#local stratum 10
26
27keyfile /etc/chrony.keys
28
29# Specify the key used as password for chronyc.
30commandkey 1
31
32# Disable logging of client accesses.
33noclientlog
34
35# Send a message to syslog if a clock adjustment is larger than 0.5 seconds.
36logchange 0.5
37
38logdir /var/log/chrony
39#log measurements statistics tracking