mirror of https://github.com/fail2ban/fail2ban
Typo in default pidfile in fail2ban.conf
parent
ce3ab34dd8
commit
294f073741
|
@ -43,7 +43,7 @@ socket = /var/run/fail2ban/fail2ban.sock
|
||||||
# Option: pidfile
|
# Option: pidfile
|
||||||
# Notes.: Set the PID file. This is used to store the process ID of the
|
# Notes.: Set the PID file. This is used to store the process ID of the
|
||||||
# fail2ban server.
|
# fail2ban server.
|
||||||
# Values: FILE Default: /var/run/fail2ban/fail2ban.sock
|
# Values: FILE Default: /var/run/fail2ban/fail2ban.pid
|
||||||
#
|
#
|
||||||
pidfile = /var/run/fail2ban/fail2ban.pid
|
pidfile = /var/run/fail2ban/fail2ban.pid
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue