mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
No longer directly exec the server, do not remove the PID file because it is unnecessary to do so. No longer respawns because Upstart can not track the process with the starter command.
7 lines
249 B
Text
7 lines
249 B
Text
description "fail2ban - ban hosts that cause multiple authentication errors"
|
|
|
|
start on filesystem and started networking
|
|
stop on deconfiguring-networking
|
|
|
|
pre-start exec /usr/bin/fail2ban-client -x start
|
|
post-stop exec /usr/bin/fail2ban-client stop
|