mirror of https://github.com/fail2ban/fail2ban
Merge remote-tracking branch 'github_kwirk_fail2ban/pidfile'
* github_kwirk_fail2ban/pidfile: Typo in default pidfile in fail2ban.confpull/167/merge
commit
59192a5585
|
@ -43,7 +43,7 @@ socket = /var/run/fail2ban/fail2ban.sock
|
|||
# Option: pidfile
|
||||
# Notes.: Set the PID file. This is used to store the process ID of the
|
||||
# fail2ban server.
|
||||
# Values: FILE Default: /var/run/fail2ban/fail2ban.sock
|
||||
# Values: FILE Default: /var/run/fail2ban/fail2ban.pid
|
||||
#
|
||||
pidfile = /var/run/fail2ban/fail2ban.pid
|
||||
|
||||
|
|
Loading…
Reference in New Issue