2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2025 by someone <someone@somenet.org>
9 # Welcome to the chrony configuration file. See chrony.conf(5) for more
10 # information about usable directives.
12 # Use Debian vendor zone.
13 pool pool.ntp.org iburst
15 # Use time sources from DHCP.
16 sourcedir /run/chrony-dhcp
18 # Use NTP sources found in /etc/chrony/sources.d.
19 sourcedir /etc/chrony/sources.d
21 # This directive specifies the location of the file containing ID/key pairs for
23 keyfile /etc/chrony/chrony.keys
25 # This directive specifies the file into which chronyd will store the rate
27 driftfile /var/lib/chrony/chrony.drift
29 # Save NTS keys and cookies.
30 ntsdumpdir /var/lib/chrony
32 # Uncomment the following line to turn logging on.
33 #log tracking measurements statistics
36 logdir /var/log/chrony
38 # Stop bad estimates upsetting machine clock.
41 # This directive enables kernel synchronisation (every 11 minutes) of the
42 # real-time clock. Note that it can't be used along with the 'rtcfile' directive.
45 # Step the system clock instead of slewing it if the adjustment is larger than
46 # one second, but only in the first three clock updates.
49 # Get TAI-UTC offset and leap seconds from the system tz database.
50 # This directive must be commented out when using time sources serving
52 leapseclist /usr/share/zoneinfo/leap-seconds.list
54 # Include configuration files found in /etc/chrony/conf.d.
55 confdir /etc/chrony/conf.d