From 9389f3e1d7ee754fd654b4d6b88338754dab452f Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 13 Apr 2020 21:51:33 +0200 Subject: op-mode: ddclient: T2185: adjust cache file path --- src/op_mode/dynamic_dns.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/op_mode/dynamic_dns.py') diff --git a/src/op_mode/dynamic_dns.py b/src/op_mode/dynamic_dns.py index be148cab5..e4e5043d5 100755 --- a/src/op_mode/dynamic_dns.py +++ b/src/op_mode/dynamic_dns.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2018 VyOS maintainers and contributors +# Copyright (C) 2018-2020 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -23,8 +23,7 @@ import time from vyos.config import Config from vyos.util import call - -cache_file = r'/var/cache/ddclient/ddclient.cache' +cache_file = r'/run/ddclient/ddclient.cache' OUT_TMPL_SRC = """ {%- for entry in hosts -%} -- cgit v1.2.3