summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfiles/fail2ban-openrc.init7
1 files changed, 1 insertions, 6 deletions
diff --git a/files/fail2ban-openrc.init b/files/fail2ban-openrc.init
index e3ddfe1a..2de5ae33 100755
--- a/files/fail2ban-openrc.init
+++ b/files/fail2ban-openrc.init
@@ -20,8 +20,7 @@
description="Daemon to ban hosts that cause multiple authentication errors"
description_reload="reload configuration"
-description_showlog="show fail2ban logs"
-extra_started_commands="reload showlog"
+extra_started_commands="reload"
command="/usr/bin/fail2ban-client"
command_args="${FAIL2BAN_OPTIONS}"
@@ -60,7 +59,3 @@ reload() {
${command} ${command_args} reload
eend $? "Failed to reload ${RC_SVCNAME}"
}
-
-showlog(){
- less /var/log/fail2ban.log
-}