mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/chrony: add makestep to default config (#2350)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= chrony
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_COMMENT= Chrony time synchronisation
|
||||
PLUGIN_DEPENDS= chrony
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -4,6 +4,10 @@ better in virtual environments.
|
||||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.3
|
||||
|
||||
* Add makestep to configuration
|
||||
|
||||
1.2
|
||||
|
||||
* Add Diagnostics
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
port {{ OPNsense.chrony.general.port }}
|
||||
driftfile /var/db/chrony/drift
|
||||
pidfile /var/run/chrony/chronyd.pid
|
||||
makestep 1 3
|
||||
|
||||
{% if helpers.exists('OPNsense.chrony.general.ntsclient') and OPNsense.chrony.general.ntsclient == '1' %}
|
||||
ntsdumpdir /var/lib/chrony
|
||||
|
||||
Reference in New Issue
Block a user