EvoBSD/roles/base/templates/ntpd.conf.j2

5 lines
75 B
Django/Jinja

{% if is_ntpd_server %}
listen on *
{% endif %}
servers {{ ntpd_servers }}