summaryrefslogtreecommitdiff
path: root/data/templates/chrony/override.conf.j2
blob: b8935ae763d270249ab1d38328bea8d9871b7a80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% set vrf_command = 'ip vrf exec ' ~ vrf ~ ' ' if vrf is vyos_defined else '' %}
[Unit]
StartLimitIntervalSec=0
ConditionPathExists={{ config_file }}
After=vyos-router.service

[Service]
EnvironmentFile=
ExecStart=
ExecStart=!{{ vrf_command }}/usr/sbin/chronyd -F 1 -f {{ config_file }}
PIDFile=
PIDFile={{ config_file | replace('.conf', '.pid') }}
Restart=always
RestartSec=10
# Required for VRF support
ProcSubset=all
ProtectControlGroups=no