/var/log/snmptt/*.log /var/log/snmptt/*.debug {
	missingok
	notifempty
	weekly
	rotate 4
	compress
	sharedscripts
	postrotate
		systemctl reload snmptt> /dev/null
	endscript
}
