mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-11 01:27:17 +00:00
Update system.sh
This commit is contained in:
parent
030e7137ca
commit
57c9d3e01a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user