summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMichael Orlitzky <michael@orlitzky.com>2018-07-15 14:12:20 -0400
committerMichael Orlitzky <michael@orlitzky.com>2021-05-14 07:38:00 -0400
commit4e7419e71f82481d321ac8c1b05ad0175d27e32d (patch)
tree8ac9332ef29e44cbbb7417f398e94ae304d938a2 /files
parent654fda8a50f65c6b329d75cbac91a50aa5a8a8f5 (diff)
downloadfail2ban-4e7419e71f82481d321ac8c1b05ad0175d27e32d.tar.gz
files/fail2ban-openrc.conf: add back the "-x" example.
I've removed the stale socket cleanup from our OpenRC service script: * Cleaning up stale sockets isn't really the job of the service script. * The ability to ignore a stale socket is already built into the server. With it gone, maybe the "-x" is a useful example to have in the conf file (although it's commented-out by default, anyway).
Diffstat (limited to 'files')
-rw-r--r--files/fail2ban-openrc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fail2ban-openrc.conf b/files/fail2ban-openrc.conf
index 8493b03c..9454ef68 100644
--- a/files/fail2ban-openrc.conf
+++ b/files/fail2ban-openrc.conf
@@ -1,2 +1,2 @@
# For available options, plase run "fail2ban-server --help".
-#FAIL2BAN_OPTIONS=""
+#FAIL2BAN_OPTIONS="-x"