Viewing File: /etc/logrotate.d/vsftpd

/var/log/vsftpd.log
{
	create 640 root adm

	# ftpd doesn't handle SIGHUP properly
	missingok
	notifempty
	rotate 4
	weekly
}
Back to Directory File Manager