mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-06 22:17:23 +02:00
Update system.sh
This commit is contained in:
@@ -365,8 +365,12 @@ fi
|
||||
|
||||
# Restart the DNS services.
|
||||
|
||||
restart_service bind9
|
||||
systemctl restart systemd-resolved
|
||||
if [ "$INSTALL" == "m" ]; then
|
||||
restart_service bind9
|
||||
systemctl restart systemd-resolved
|
||||
else
|
||||
service restart bind9
|
||||
fi
|
||||
|
||||
# ### Fail2Ban Service
|
||||
|
||||
|
||||
Reference in New Issue
Block a user