mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-06 22:18:51 -04: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
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue