files/fail2ban-openrc.conf: default to supervise-daemon

Gentoo recently started doing this, and it will (very likely) be the
default in the next major version of OpenRC, as communicated to me by
its maintainer.
This commit is contained in:
Michael Orlitzky 2026-06-05 12:59:58 -04:00
parent 11e7d4f8c5
commit 6c5bc69c84

View file

@ -1,2 +1,8 @@
# For available options, please run "fail2ban-server --help".
#FAIL2BAN_OPTIONS="-x"
# fail2ban runs under both the classic start-stop-daemon and the more
# modern supervise-daemon. Below we default to supervise-daemon, but
# only if $supervisor is unset. If you prefer start-stop-daemon,
# comment out the following line.
: ${supervisor:=supervise-daemon}