summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-28 19:15:02 +0100
committerChristian Poessinger <christian@poessinger.com>2020-12-28 19:15:02 +0100
commitc1fcbba9cb45f981e5bd8decf3ebbc1e17d9fbd9 (patch)
treec36677267ea0ced01c399fec5a248c983c7a51c4 /src/systemd
parentab5b18b8635493717947c1a6f93ecb1d06293f7f (diff)
downloadvyos-1x-c1fcbba9cb45f981e5bd8decf3ebbc1e17d9fbd9.tar.gz
vyos-1x-c1fcbba9cb45f981e5bd8decf3ebbc1e17d9fbd9.zip
ddns: T3151: update scripts to work with Bullseye upstream version
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/ddclient.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/systemd/ddclient.service b/src/systemd/ddclient.service
deleted file mode 100644
index a4d55827a..000000000
--- a/src/systemd/ddclient.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Dynamic DNS Update Client
-RequiresMountsFor=/run
-ConditionPathExists=/run/ddclient/ddclient.conf
-After=vyos-router.service
-
-[Service]
-WorkingDirectory=/run/ddclient
-Type=forking
-PIDFile=/run/ddclient/ddclient.pid
-ExecStart=/usr/sbin/ddclient -cache /run/ddclient/ddclient.cache -pid /run/ddclient/ddclient.pid -file /run/ddclient/ddclient.conf
-
-[Install]
-WantedBy=multi-user.target