summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMichael Orlitzky <michael@orlitzky.com>2018-07-15 16:28:20 -0400
committerMichael Orlitzky <michael@orlitzky.com>2021-05-14 07:50:34 -0400
commit36a7abe82fa17ed4cb697f745a48f77afd0618c8 (patch)
tree31745b4c252610ed8930235ffbc3dea7c9475f64 /files
parentdd0f3487578e6feb54a54e774fcc40e390d769f8 (diff)
downloadfail2ban-36a7abe82fa17ed4cb697f745a48f77afd0618c8.tar.gz
files/fail2ban-openrc.init.in: mention that "reload" doesn't drop bans.
The description of the "reload" OpenRC command just said that it would reload the configuration, which is true but not totally helpful. This commit updates it to mention that your existing bans won't be dropped, in contrast with the "restart" command that does drop your bans.
Diffstat (limited to 'files')
-rwxr-xr-xfiles/fail2ban-openrc.init.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fail2ban-openrc.init.in b/files/fail2ban-openrc.init.in
index f59a0a20..a2f4d34f 100755
--- a/files/fail2ban-openrc.init.in
+++ b/files/fail2ban-openrc.init.in
@@ -19,7 +19,7 @@
#
description="Ban hosts that cause multiple authentication errors"
-description_reload="reload configuration"
+description_reload="reload configuration without dropping bans"
extra_started_commands="reload"
# Can't (and shouldn't) be changed by the end-user.