File vsftpd.logrotate of Package vsftpd
/var/log/vsftpd.log {
compress
dateext
maxage 365
rotate 99
size=+1024k
notifempty
missingok
create 600 root root
sharedscripts
postrotate
/sbin/killproc -HUP /usr/sbin/vsftpd
endscript
}
/var/log/vsftpd.log {
compress
dateext
maxage 365
rotate 99
size=+1024k
notifempty
missingok
create 600 root root
sharedscripts
postrotate
/sbin/killproc -HUP /usr/sbin/vsftpd
endscript
}