]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/vsftpd/files/logrotate.conf
5f1607f779911a6c39c14cd9d21d171a6fd1348d
[dsa-puppet.git] / modules / vsftpd / files / logrotate.conf
1 /var/log/vsftpd.log /var/log/ftp/*log
2 {
3         create 640 root adm
4
5         # ftpd doesn't handle SIGHUP properly
6         missingok
7         notifempty
8         rotate 4
9         weekly
10 }