# SYSV only: Rotate log file written by init script
/var/log/mini-buildd.log {
	rotate 9
	daily
	compress
	missingok
	notifempty
	copytruncate
}
