summaryrefslogtreecommitdiff
path: root/data/templates/dns-dynamic/override.conf.j2
blob: 8a9dfcd70d4a931dbc10b8ee8560700553324bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% set vrf_command = 'ip vrf exec ' ~ vrf ~ ' ' if vrf is vyos_defined else '' %}
[Unit]
ConditionPathExists={{ config_file }}
After=vyos-router.service

[Service]
PIDFile=
PIDFile={{ config_file | replace('.conf', '.pid') }}
EnvironmentFile=
ExecStart=
ExecStart=/usr/bin/ddclient -file {{ config_file }}