summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rwxr-xr-xfiles/fail2ban-openrc.init3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fail2ban-openrc.init b/files/fail2ban-openrc.init
index bcbdf8fd..e3ddfe1a 100755
--- a/files/fail2ban-openrc.init
+++ b/files/fail2ban-openrc.init
@@ -26,6 +26,7 @@ extra_started_commands="reload showlog"
command="/usr/bin/fail2ban-client"
command_args="${FAIL2BAN_OPTIONS}"
pidfile="/run/${RC_SVCNAME}/${RC_SVCNAME}.pid"
+retry="30"
depend() {
use logger
@@ -49,7 +50,7 @@ start() {
stop() {
ebegin "Stopping ${RC_SVCNAME}"
- start-stop-daemon --stop --pidfile "${pidfile}" --retry 30 \
+ start-stop-daemon --stop --pidfile "${pidfile}" --retry "${retry}" \
-- ${command} ${command_args} stop
eend $? "Failed to stop ${RC_SVCNAME}"
}