Files
hosting/etc/logrotate.d/vsftpd
Daniel Winzen e0b35fb943 Initial commit
2017-04-30 19:32:42 +02:00

11 lines
125 B
Plaintext

/var/log/vsftpd.log
{
create 640 root adm
# ftpd doesn't handle SIGHUP properly
missingok
notifempty
rotate 1
daily
}