mirror of https://github.com/fail2ban/fail2ban
Fix Gentoo initd script (drop extra_commands)
parent
4007751191
commit
444e4ac3ed
|
@ -16,11 +16,10 @@
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#
|
#
|
||||||
# Author: Sireyessire, Cyril Jaquier
|
# Author: Sireyessire, Cyril Jaquier
|
||||||
#
|
#
|
||||||
# $Revision$
|
# $Revision$
|
||||||
|
|
||||||
extra_commands="showlog"
|
extra_started_commands="reload showlog"
|
||||||
extra_started_commands="reload"
|
|
||||||
|
|
||||||
FAIL2BAN="/usr/bin/fail2ban-client ${FAIL2BAN_OPTIONS}"
|
FAIL2BAN="/usr/bin/fail2ban-client ${FAIL2BAN_OPTIONS}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue