mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-06-27 11:11:05 +00:00
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:
parent
11e7d4f8c5
commit
6c5bc69c84
1 changed files with 6 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue