File chrony-config.patch of Package chrony.23349
diff -up ./examples/chrony.conf.example2.orig ./examples/chrony.conf.example2
--- ./examples/chrony.conf.example2.orig 2021-05-12 13:06:15.000000000 +0200
+++ ./examples/chrony.conf.example2 2022-03-24 14:55:51.757717702 +0100
@@ -1,6 +1,6 @@
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (https://www.pool.ntp.org/join.html).
-pool pool.ntp.org iburst
+#pool pool.ntp.org iburst
# Record the rate at which the system clock gains/losses time.
driftfile /var/lib/chrony/drift
@@ -32,7 +32,7 @@ rtcsync
#keyfile /etc/chrony.keys
# Save NTS keys and cookies.
-ntsdumpdir /var/lib/chrony
+#ntsdumpdir /var/lib/chrony
# Insert/delete leap seconds by slewing instead of stepping.
#leapsecmode slew
@@ -45,3 +45,6 @@ logdir /var/log/chrony
# Select which information is logged.
#log measurements statistics tracking
+
+# Also include any directives found in configuration files in /etc/chrony.d
+include /etc/chrony.d/*.conf