From 4e7419e71f82481d321ac8c1b05ad0175d27e32d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 15 Jul 2018 14:12:20 -0400 Subject: 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). --- files/fail2ban-openrc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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" -- cgit v1.2.1