mirror of https://github.com/fail2ban/fail2ban
- Updated Gentoo script. Thanks to Raphaël Marichez
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@559 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
64226d09c0
commit
a85f562855
|
@ -0,0 +1,8 @@
|
||||||
|
# Config file for /etc/init.d/fail2ban
|
||||||
|
#
|
||||||
|
# For information on options, see "/usr/bin/fail2ban-client -h".
|
||||||
|
|
||||||
|
FAIL2BAN_OPTIONS=""
|
||||||
|
|
||||||
|
# Force execution of the server even if the socket already exists:
|
||||||
|
#FAIL2BAN_OPTIONS="-x"
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
opts="start stop restart reload showlog"
|
opts="start stop restart reload showlog"
|
||||||
|
|
||||||
FAIL2BAN="/usr/bin/fail2ban-client"
|
FAIL2BAN="/usr/bin/fail2ban-client ${FAIL2BAN_OPTIONS}"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
|
|
Loading…
Reference in New Issue