mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
files/fail2ban-openrc.conf: remove a commented example setting.
Our OpenRC conf file already tells users how to find the available options that can be placed in the FAIL2BAN_OPTIONS variable, so having a specific example of, FAIL2BAN_OPTIONS="-x" doesn't provide much more information. In fact, it makes you wonder why it's there in the first place: does the init script have some kind of problem with stale sockets? It used to, but that problem has been fixed. This commit removes the redundant example.
This commit is contained in:
parent
1cec3d05b8
commit
eb58e90ba9
1 changed files with 1 additions and 5 deletions
|
|
@ -1,6 +1,2 @@
|
|||
# For available options, plase run "fail2ban-client -h".
|
||||
|
||||
FAIL2BAN_OPTIONS=""
|
||||
|
||||
# Force execution of the server even if the socket already exists:
|
||||
#FAIL2BAN_OPTIONS="-x"
|
||||
#FAIL2BAN_OPTIONS=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue