Files
denyhosts/logrotate.denyhosts

16 lines
239 B
Plaintext
Raw Permalink Normal View History

/var/log/denyhosts {
compress
create 0640 root root
missingok
dateext
maxage 365
rotate 99
size=+2048k
notifempty
copytruncate
postrotate
/usr/sbin/rcdenyhosts restart > /dev/null
endscript
}