Disable Fail2ban on openSUSE due to systemd backend compatibility issues

This commit is contained in:
Mărcziem ™
2025-10-06 11:42:34 +02:00
parent 4ae06158f3
commit 25bda49293

View File

@@ -31,6 +31,9 @@ install_fail2ban() {
;; ;;
opensuse) opensuse)
handle_error sudo zypper install -y fail2ban handle_error sudo zypper install -y fail2ban
# On openSUSE, Fail2ban has issues with systemd backend, skip it for now
log_warning "Fail2ban on openSUSE may have compatibility issues. Consider manual configuration."
return 0
;; ;;
*) *)
log_error "Unsupported Linux distribution: $DISTRO" log_error "Unsupported Linux distribution: $DISTRO"