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