# Logrotate file for super.log

/var/log/super.log {
	notifempty
	rotate 4
	weekly
	compress
	missingok
	create 0640 root adm
}
