smlinux/base/chrony/chrony.conf.rpi
2022-01-28 23:06:05 +05:30

14 lines
466 B
Text

# Typical raspberry pi configuration for chrony
# Uncomment to enable server and set the stratum level
local stratum 2
# Uncomment to allow hosts from the following subnets to sync
allow 192.168.1.0/24
# NTP server to pool from
# pool 0.europe.ntp.org iburst maxsources 2
server pool.ntp.org iburst
initstepslew 30 pool.ntp.org
# Location of the drift file
driftfile /var/lib/chrony/drift
# Location to store measurement data
dumpdir /var/run/chrony
logdir /var/log