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>
11 lines
225 B
Text
11 lines
225 B
Text
# Load UCI configuration
|
|
confdir /var/etc/chrony.d
|
|
|
|
# Log clock errors above 0.5 seconds
|
|
logchange 0.5
|
|
|
|
# Don't log client accesses
|
|
noclientlog
|
|
|
|
# set the system clock else the kernel will always stay in UNSYNC state
|
|
rtcsync
|