diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-02-13 10:49:09 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-02-13 18:20:12 +0100 |
commit | 19d19fc97e3bbad10c2aee221939010b9aa91861 (patch) | |
tree | 2074892cf50977cdd964f61c9244d67e2fe14afe /src/etc | |
parent | 27ca5b9d6d699e201f88ffff41b0a651166b65eb (diff) | |
download | vyos-1x-19d19fc97e3bbad10c2aee221939010b9aa91861.tar.gz vyos-1x-19d19fc97e3bbad10c2aee221939010b9aa91861.zip |
debian: T5003: Fixes dynamic DNS for Bookworm
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/systemd/system/ddclient.service.d/override.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/systemd/system/ddclient.service.d/override.conf b/src/etc/systemd/system/ddclient.service.d/override.conf index d9c9963b0..09d929d39 100644 --- a/src/etc/systemd/system/ddclient.service.d/override.conf +++ b/src/etc/systemd/system/ddclient.service.d/override.conf @@ -8,4 +8,4 @@ WorkingDirectory=/run/ddclient PIDFile= PIDFile=/run/ddclient/ddclient.pid ExecStart= -ExecStart=/usr/sbin/ddclient -cache /run/ddclient/ddclient.cache -pid /run/ddclient/ddclient.pid -file /run/ddclient/ddclient.conf +ExecStart=/usr/bin/ddclient -cache /run/ddclient/ddclient.cache -pid /run/ddclient/ddclient.pid -file /run/ddclient/ddclient.conf |