Update fail2ban.upstart

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.
pull/686/head
Cameron Norman 2014-04-11 17:09:08 -07:00
parent 4115b62a01
commit 0c8e72f452
1 changed files with 2 additions and 6 deletions

View File

@ -3,9 +3,5 @@ description "fail2ban - ban hosts that cause multiple authentication errors"
start on filesystem and started networking start on filesystem and started networking
stop on deconfiguring-networking stop on deconfiguring-networking
expect daemon pre-start exec /usr/bin/fail2ban-client -x start
respawn post-stop exec /usr/bin/fail2ban-client stop
exec /usr/bin/fail2ban-server -x -b
post-stop exec rm -f /var/run/fail2ban/fail2ban.pid