mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
chrony: rework loading of configuration
Instead of loading /etc/chrony/chrony.conf from the file generated from the chrony UCI configuration, use the confdir directive in the main config to load the generated file. This should make it obvious that chrony is configured in UCI and it can also be easily disabled. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# This file is included from config file generated from /etc/config/chrony
|
||||
# Load UCI configuration
|
||||
confdir /var/etc/chrony.d
|
||||
|
||||
# Log clock errors above 0.5 seconds
|
||||
logchange 0.5
|
||||
|
||||
Reference in New Issue
Block a user