mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: use "set logtartet" instead of "reload" while logrotate. Thanks J.M.Roth (Closes: #537773)
This commit is contained in:
parent
3dd16eeddf
commit
472a7b31ce
1 changed files with 1 additions and 1 deletions
2
debian/fail2ban.logrotate
vendored
2
debian/fail2ban.logrotate
vendored
|
|
@ -7,7 +7,7 @@
|
|||
delaycompress
|
||||
missingok
|
||||
postrotate
|
||||
invoke-rc.d --quiet fail2ban reload >/dev/null
|
||||
fail2ban-client set logtarget /var/log/fail2ban.log >/dev/null
|
||||
endscript
|
||||
create 640 root adm
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue