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

[Service]
User=root
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