chrony: Synchronize rtc with system time
Without this line the rtc was never set back when the time had been found by ntp or gnss. BugzID: 65489
This commit is contained in:
parent
949e4975e6
commit
6197a678b9
|
|
@ -9,6 +9,7 @@ refclock SHM 0 poll 1 refid GPS offset 0.0 delay 2 filter 16
|
||||||
|
|
||||||
rtcdevice /dev/rtc
|
rtcdevice /dev/rtc
|
||||||
rtconutc
|
rtconutc
|
||||||
|
rtcsync
|
||||||
|
|
||||||
logchange 0.5
|
logchange 0.5
|
||||||
local stratum 10
|
local stratum 10
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue