chronyd: fix typo in chrony.conf.j2
This commit is contained in:
parent
d2c1b1c07a
commit
4b2868783f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pool {{ pool }} iburst
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
keyfile {{ chronyd__key_file }}
|
keyfile {{ chronyd__key_file }}
|
||||||
dritfile {{ chronyd__drift_file }}
|
driftfile {{ chronyd__drift_file }}
|
||||||
ntsdumpdir {{ chronyd__nts_dump_dir }}
|
ntsdumpdir {{ chronyd__nts_dump_dir }}
|
||||||
|
|
||||||
log tracking measurements statistics
|
log tracking measurements statistics
|
||||||
|
|
Loading…
Reference in a new issue