diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-13 18:04:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-13 18:04:35 +0200 |
commit | 6185439442e8982febf6b8037a89fc2d7e6fa677 (patch) | |
tree | 8f89ff7b6d6a597077b7886a1e91c97423e89593 /data/templates | |
parent | 1e6dc1a45dd113dc49d24738d0b324bb67a8d11f (diff) | |
download | vyos-1x-6185439442e8982febf6b8037a89fc2d7e6fa677.tar.gz vyos-1x-6185439442e8982febf6b8037a89fc2d7e6fa677.zip |
ddclient: T2185: migrate from SysVinit to systemd
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/dynamic-dns/ddclient.conf.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/templates/dynamic-dns/ddclient.conf.tmpl b/data/templates/dynamic-dns/ddclient.conf.tmpl index 22cb38f4e..9c7219230 100644 --- a/data/templates/dynamic-dns/ddclient.conf.tmpl +++ b/data/templates/dynamic-dns/ddclient.conf.tmpl @@ -1,10 +1,7 @@ - ### Autogenerated by dynamic_dns.py ### daemon=1m syslog=yes ssl=yes -pid={{ pid_file }} -cache={{ cache_file }} {% for interface in interfaces -%} |