/var/log/snmptt/*.log /var/log/snmptt/*.debug {
	missingok
	notifempty
	weekly
	rotate 4
	compress
	sharedscripts
	postrotate
		invoke-rc.d --quiet snmptt reload > /dev/null
	endscript
}
