Disable firewalld to allow iptables to start upon reboot

This commit is contained in:
Angristan 2017-11-12 18:30:05 +01:00 committed by GitHub
parent ed17fc074d
commit dcec3f12a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -414,6 +414,8 @@ RemainAfterExit=yes
WantedBy=multi-user.target" > /etc/systemd/system/iptables.service
systemctl daemon-reload
systemctl enable iptables.service
# Disable firewalld to allow iptables to start upon reboot
systemctl disable firewalld
fi
else
# Else, the distro is ArchLinux