mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-02 10:36:11 -05:00
chrony: save/restore measurement history for servers
This allows chrony to start working more quickly after restarting.
This commit is contained in:
parent
7b29eb51d8
commit
e71b8cbfcf
@ -12,6 +12,7 @@ authselectmode require
|
|||||||
dscp 46
|
dscp 46
|
||||||
|
|
||||||
driftfile /var/lib/chrony/drift
|
driftfile /var/lib/chrony/drift
|
||||||
|
dumpdir /var/lib/chrony
|
||||||
ntsdumpdir /var/lib/chrony
|
ntsdumpdir /var/lib/chrony
|
||||||
|
|
||||||
leapseclist /usr/share/zoneinfo/leap-seconds.list
|
leapseclist /usr/share/zoneinfo/leap-seconds.list
|
||||||
|
@ -1 +1 @@
|
|||||||
OPTIONS=-F1
|
OPTIONS=-F1 -r
|
||||||
|
Loading…
Reference in New Issue
Block a user