]> git.somenet.org - root/pub/somesible.git/blob - roles/base/ntp/files/default/chrony.client.conf
roles/service/nextcloud/tasks
[root/pub/somesible.git] / roles / base / ntp / files / default / chrony.client.conf
1 #
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>
7 #
8
9 # Welcome to the chrony configuration file. See chrony.conf(5) for more
10 # information about usable directives.
11
12 # Use Debian vendor zone.
13 pool pool.ntp.org iburst
14
15 # Use time sources from DHCP.
16 sourcedir /run/chrony-dhcp
17
18 # Use NTP sources found in /etc/chrony/sources.d.
19 sourcedir /etc/chrony/sources.d
20
21 # This directive specifies the location of the file containing ID/key pairs for
22 # NTP authentication.
23 keyfile /etc/chrony/chrony.keys
24
25 # This directive specifies the file into which chronyd will store the rate
26 # information.
27 driftfile /var/lib/chrony/chrony.drift
28
29 # Save NTS keys and cookies.
30 ntsdumpdir /var/lib/chrony
31
32 # Uncomment the following line to turn logging on.
33 #log tracking measurements statistics
34
35 # Log files location.
36 logdir /var/log/chrony
37
38 # Stop bad estimates upsetting machine clock.
39 maxupdateskew 100.0
40
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.
43 rtcsync
44
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.
47 makestep 1 3
48
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
51 # leap-smeared time.
52 leapseclist /usr/share/zoneinfo/leap-seconds.list
53
54 # Include configuration files found in /etc/chrony/conf.d.
55 confdir /etc/chrony/conf.d