added support for systemd-timesyncd, new force_systemd configuration parameter

This commit is contained in:
2022-02-16 21:10:26 +01:00
parent f2e52dc4ff
commit 45225e7799
2 changed files with 303 additions and 218 deletions
@@ -19,6 +19,11 @@ force_chrony="no"
# [default: no]
force_ntp="no"
# whether to force the use of systemd-timesyncd?
# [default: no]
# [release >20220129]
force_systemd="no"
# maximum allowed offset (in milliseconds (positive integers only)
# [default: 500]
max_offset=500