mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
DEVELOPING: remove systemd
This commit is contained in:
parent
edbded7a6f
commit
8531b63c25
@ -300,10 +300,9 @@ fi #NODOC
|
|||||||
# * The max-recursion-queries directive increases the maximum number of iterative queries.
|
# * 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,
|
# 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.
|
# we ran into the limit thus we are increasing it from 75 (default value) to 100.
|
||||||
apt_install systemd-resolved
|
|
||||||
apt_install bind9
|
apt_install bind9
|
||||||
touch /etc/default/bind9
|
# touch /etc/default/bind9
|
||||||
touch /etc/default/named
|
# touch /etc/default/named
|
||||||
tools/editconf.py /etc/default/named \
|
tools/editconf.py /etc/default/named \
|
||||||
"OPTIONS=\"-u bind -4\""
|
"OPTIONS=\"-u bind -4\""
|
||||||
|
|
||||||
@ -329,7 +328,7 @@ echo "nameserver 127.0.0.1" > /etc/resolv.conf
|
|||||||
# Restart the DNS services.
|
# Restart the DNS services.
|
||||||
|
|
||||||
restart_service bind9
|
restart_service bind9
|
||||||
systemctl restart systemd-resolved
|
# systemctl restart systemd-resolved
|
||||||
|
|
||||||
# ### Fail2Ban Service
|
# ### Fail2Ban Service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user