From 242da5ace0901843bd054513978d64b76784dfbf Mon Sep 17 00:00:00 2001 From: alento-group <42585319+alento-group@users.noreply.github.com> Date: Fri, 21 Oct 2022 18:06:52 +0200 Subject: [PATCH] Update dns.py A previous commit broke nsd restarting. This fixes that change. --- management/dns_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/dns_update.py b/management/dns_update.py index 1567371a..27b9a380 100755 --- a/management/dns_update.py +++ b/management/dns_update.py @@ -98,7 +98,7 @@ def do_dns_update(env, force=False): # Tell nsd to reload changed zone files. if len(updated_domains) > 0: - shell('check_call', ["/usr/sbin/nsd-control", "reload"]) + shell('check_call', ["/usr/sbin/service", "nsd", "restart"]) # Write the OpenDKIM configuration tables for all of the mail domains. from mailconfig import get_mail_domains