Page MenuHomeVyOS Platform

override.conf.j2
No OneTemporary

Size
408 B
Referenced Files
None
Subscribers
None

override.conf.j2

{% set vrf_command = 'ip vrf exec ' ~ vrf ~ ' ' if vrf is vyos_defined else '' %}
{% set cache_file = config_file.replace('.conf', '.cache') %}
[Unit]
ConditionPathExists={{ config_file }}
Wants=
After=vyos-router.service
[Service]
EnvironmentFile=
ExecStart=
ExecStart={{ vrf_command }}/usr/bin/ddclient --file {{ config_file }} --cache {{ cache_file }} --foreground --daemon {{ interval }}
Restart=always

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 11, 10:19 AM (20 m, 33 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3167757
Default Alt Text
override.conf.j2 (408 B)

Event Timeline