Merge pull request #3823 from orlitzky/after-nftables

files/fail2ban-openrc.init.in: start after nftables
pull/3826/head
Sergey G. Brester 2024-08-25 00:28:25 +02:00 committed by GitHub
commit 3361fb0805
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ retry="30"
depend() { depend() {
use logger use logger
after iptables after iptables nftables
} }
checkconfig() { checkconfig() {