/var/log/murmur/*.log {
	missingok
	notifempty
	sharedscripts
	postrotate
		test -r /run/murmur/murmur.pid && kill -HUP $(cat /run/murmur/murmur.pid) &>/dev/null
	endscript
}
