From 0bf2ac3fe3265d18f1a5c1af8ab9452acd20f73c Mon Sep 17 00:00:00 2001 From: Francesco Trentini Date: Fri, 15 Dec 2023 10:30:40 +0100 Subject: [PATCH] Readme: add documentation for timesync_chrony_leapsectz --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 78b7092..4d52ad6 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,21 @@ timesync_min_sources: 1 # interfaces that support it. timesync_ntp_hwts_interfaces: ["*"] +# Set a timezone in the system TZ database which chronyd can use to determine +# when will the next leap second occur and what is the current offset between +# TAI and UTC. It will periodically check if 23:59:59 and 23:59:60 are valid +# times in the timezone. This typically works with the right/UTC timezone +# (default empty). The directive is not compatible with servers that hide leap +# seconds from their clients using a `leap smear`. +timesync_chrony_leapsectz: "right/UTC" + # Name of the package which should be installed and configured for NTP. # Possible values are "chrony" and "ntp". If not defined, the currently active # or enabled service will be configured. If no service is active or enabled, a # package specific to the system and its version will be selected. timesync_ntp_provider: chrony + # Sometimes administrators might need extended configurations for chrony which # are not covered by the predefined settings provided by this role. # 'timesync_chrony_custom_settings' allows to define a list of custom settings