- Changed PID lock file location from /tmp to /var/run

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@110 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.6
Cyril Jaquier 2005-06-30 09:26:38 +00:00
parent 7b118f42d3
commit be43f2eaeb
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ if __name__ == "__main__":
conf["background"] = False
conf["debug"] = False
conf["conffile"] = "/etc/fail2ban.conf"
conf["pidlock"] = "/tmp/fail2ban.pid"
conf["pidlock"] = "/var/run/fail2ban.pid"
conf["logging"] = False
conf["logfile"] = "/var/log/fail2ban.log"
conf["maxretry"] = 3