mirror of https://github.com/fail2ban/fail2ban
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.pull/2182/head
parent
1cec3d05b8
commit
eb58e90ba9
|
@ -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 New Issue