Merge pull request #667 from rubenk/master

DOC: Add documentation link to systemd service file
pull/670/head
Daniel Black 2014-03-26 07:11:13 +11:00
commit 2c34fb0aec
3 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# offending IP address.
# This uses the https://abusix.com/contactdb.html to lookup abuse contacts.
#
# DEPENDANCIES:
# DEPENDENCIES:
# This requires the dig command from bind-utils
#
# You should provide the <logpath> in the jail config - lines from the log

View File

@ -10,7 +10,7 @@
# password incorrectly.
# * For filters that have a low likelihood of receiving human errors
#
# DEPENDANCIES:
# DEPENDENCIES:
#
# This requires the dig command from bind-utils
#

View File

@ -1,5 +1,6 @@
[Unit]
Description=Fail2Ban Service
Documentation=man:fail2ban(1)
After=network.target iptables.service firewalld.service
[Service]