From 3cc05417d8787b4025ddaf692d52d11df56b8d5a Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Wed, 2 Nov 2022 12:59:10 +0100 Subject: [PATCH] explicitly enable fail2ban --- setup/system.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/system.sh b/setup/system.sh index d0003f9c..216c2cd8 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -373,3 +373,5 @@ cp -f conf/fail2ban/filter.d/* /etc/fail2ban/filter.d/ # scripts will ensure the files exist and then fail2ban is given another # restart at the very end of setup. restart_service fail2ban + +systemctl enable fail2ban