We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e646e commit 1ff8a4eCopy full SHA for 1ff8a4e
install/hst-install-ubuntu.sh
@@ -1833,8 +1833,11 @@ if [ "$fail2ban" = 'yes' ]; then
1833
if [ -f /etc/fail2ban/jail.d/defaults-debian.conf ]; then
1834
rm -f /etc/fail2ban/jail.d/defaults-debian.conf
1835
fi
1836
-
+
1837
update-rc.d fail2ban defaults
1838
+ # Ubuntu 22.04 doesn't start F2B by default on boot
1839
+ update-rc.d fail2ban enable
1840
1841
systemctl start fail2ban >> $LOG
1842
check_result $? "fail2ban start failed"
1843
0 commit comments