From c315483227ee104f23daa9ca3bfd5ea4ff8e2e23 Mon Sep 17 00:00:00 2001 From: Wim <11030068+wimb0@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:04:46 +0100 Subject: [PATCH] Update unbound-install.sh --- install/unbound-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/unbound-install.sh b/install/unbound-install.sh index 9dba70a0..a096cac7 100644 --- a/install/unbound-install.sh +++ b/install/unbound-install.sh @@ -88,8 +88,7 @@ chown unbound:unbound /var/lib/unbound/root.hints touch /var/log/unbound.log chown unbound:unbound /var/log/unbound.log -systemctl enable -q --now unbound -msg_info "Restarting Unbound to load new config" + systemctl restart unbound msg_ok "Installed Unbound"