SHA256
1
0
forked from pool/vsftpd
vsftpd/vsftpd.logrotate
2023-03-20 14:04:41 +00:00

15 lines
210 B
Plaintext

/var/log/vsftpd.log {
compress
dateext
maxage 365
rotate 99
size +1024k
notifempty
missingok
create 600 root root
sharedscripts
postrotate
pgrep vsftpd && killall -HUP vsftpd || exit 0
endscript
}