Files
zira-etc/logrotate.d/vsftpd
2021-05-24 22:18:33 +03:00

12 lines
188 B
Plaintext

/var/log/vsftpd.log {
# ftpd doesn't handle SIGHUP properly
nocompress
missingok
}
/var/log/xferlog {
# ftpd doesn't handle SIGHUP properly
nocompress
missingok
}