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.
pull/2182/head
Michael Orlitzky 2018-07-15 16:28:20 -04:00
parent dd0f348757
commit 36a7abe82f
1 changed files with 1 additions and 1 deletions

View File

@ -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.