From 8531b63c2567b1b074d0a244dfac1f91d09b2077 Mon Sep 17 00:00:00 2001 From: AiutoPcAmico <98831402+AiutoPcAmico@users.noreply.github.com> Date: Fri, 29 Dec 2023 13:51:56 +0100 Subject: [PATCH] DEVELOPING: remove systemd --- setup/system.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup/system.sh b/setup/system.sh index 5ed96689..0280009d 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -300,10 +300,9 @@ fi #NODOC # * The max-recursion-queries directive increases the maximum number of iterative queries. # If more queries than specified are sent, bind9 returns SERVFAIL. After flushing the cache during system checks, # we ran into the limit thus we are increasing it from 75 (default value) to 100. -apt_install systemd-resolved apt_install bind9 -touch /etc/default/bind9 -touch /etc/default/named +# touch /etc/default/bind9 +# touch /etc/default/named tools/editconf.py /etc/default/named \ "OPTIONS=\"-u bind -4\"" @@ -329,7 +328,7 @@ echo "nameserver 127.0.0.1" > /etc/resolv.conf # Restart the DNS services. restart_service bind9 -systemctl restart systemd-resolved +# systemctl restart systemd-resolved # ### Fail2Ban Service