Initial commit
This commit is contained in:
10
etc/logrotate.d/vsftpd
Normal file
10
etc/logrotate.d/vsftpd
Normal file
@ -0,0 +1,10 @@
|
||||
/var/log/vsftpd.log
|
||||
{
|
||||
create 640 root adm
|
||||
|
||||
# ftpd doesn't handle SIGHUP properly
|
||||
missingok
|
||||
notifempty
|
||||
rotate 1
|
||||
daily
|
||||
}
|
Reference in New Issue
Block a user