mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
11 lines
267 B
Text
11 lines
267 B
Text
description "fail2ban - ban hosts that cause multiple authentication errors"
|
|
|
|
start on filesystem and started networking
|
|
stop on deconfiguring-networking
|
|
|
|
expect daemon
|
|
respawn
|
|
|
|
exec /usr/bin/fail2ban-server -x -b
|
|
|
|
post-stop exec rm -f /var/run/fail2ban/fail2ban.pid
|