summaryrefslogtreecommitdiff
blob: a82cb1a336c4b484c103b5098fd96901d68dff29 (plain)
1
2
3
4
5
6
7
8
/var/log/murmur/*.log {
	missingok
	notifempty
	sharedscripts
	postrotate
		test -r /run/murmur/murmur.pid && kill -HUP $(cat /run/murmur/murmur.pid) &>/dev/null
	endscript
}