fail2ban/files/fail2ban.upstart
Cameron Norman 4115b62a01 Update fail2ban.upstart
It was actually a little problematic :)
2014-04-11 16:49:56 -07:00

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