#
#  Logrotate fragment for sendfile
#
/var/spool/sendfile/*/log {
	weekly
	compress
	delaycompress
	rotate 7
	missingok
	nocreate
	sharedscripts
}
