From a96a709077f5096f0a97858a69478b0ea703a29e Mon Sep 17 00:00:00 2001
From: kaibae19 <99116238+kaibae19@users.noreply.github.com>
Date: Mon, 4 Apr 2022 08:12:25 -0700
Subject: [PATCH] Update system.sh

---
 setup/system.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/system.sh b/setup/system.sh
index f25b16ce..c4690df5 100755
--- a/setup/system.sh
+++ b/setup/system.sh
@@ -369,7 +369,7 @@ if [ "$INSTALL" == "m" ]; then
     restart_service bind9
     systemctl restart systemd-resolved
 else
-    service restart bind9
+    service bind9 restart
 fi