mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
|
|
# NTP server list
|
|
{%- for SERVER in NTPCONFIG.servers %}
|
|
server {{ SERVER }} iburst
|
|
{%- endfor %}
|
|
|
|
# Config options
|
|
driftfile /var/lib/chrony/drift
|
|
makestep 1.0 3
|
|
rtcsync
|
|
logdir /var/log/chrony
|