blob: 039bb13ef4ae6300bf2be063ab0954a1ab9b0c43 (
plain)
1 #
2 # /etc/chrony.conf
3 #
4
5 # Change this to some puplic NTP server of your
6 # country, or the server of your local network
7 server ntp1.ptb.de minpoll 10 auto_offline
8 server ntp1.fau.de minpoll 10 auto_offline
9
10 maxupdateskew 100
11 commandkey 1
12 dumponexit
13 log measurements statistics tracking
14 allow 192.168.0/24
15 cmdallow 192.168.0/24
16 cmdallow 127.0.0.1
17
18 keyfile /etc/chrony.keys
19 driftfile /var/lib/chrony/chrony.drift
20 dumpdir /var/lib/chrony
21 pidfile /var/run/chronyd.pid
22 logdir /var/log/chrony
23
24 # Enable this only if you have enhanced real time
25 # clock support build into your kernel
26 ! log rtc
27 ! rtcdevice /dev/misc/rtc
28 ! rtcfile /var/lib/chrony/chrony.rtc
29
30 # End of file
|