explicitly enable fail2ban which didn't start (#2190)

This commit is contained in:
KiekerJan 2023-01-15 14:10:04 +01:00 committed by GitHub
parent 3314c4f7de
commit c29593b5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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