mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
The "after iptables" clause in the OpenRC service script's depend() function causes fail2ban to start after iptables, if iptables is scheduled to start. Here we add "after nftables" as well: nftables is the successor to iptables, and fail2ban supports it out-of-the-box. If nftables is scheduled to start, we want to wait until it's done before starting fail2ban. |
||
|---|---|---|
| .. | ||
| cacti | ||
| logwatch | ||
| monit | ||
| nagios | ||
| bash-completion | ||
| debian-initd | ||
| fail2ban-logrotate | ||
| fail2ban-openrc.conf | ||
| fail2ban-openrc.init.in | ||
| fail2ban-tmpfiles.conf | ||
| fail2ban.service.in | ||
| fail2ban.upstart | ||
| gen_badbots | ||
| ipmasq-ZZZzzz_fail2ban.rul | ||
| macosx-initd | ||
| redhat-initd | ||
| solaris-fail2ban.xml | ||
| solaris-svc-fail2ban | ||
| suse-initd | ||