summaryrefslogtreecommitdiff
path: root/media-sound/mpd/files/mpd.logrotate
blob: c913c1facc436d0932a1cd286f9b6869a2142615 (plain)
1
2
3
4
5
6
7
/var/lib/mpd/log {
	missingok
	postrotate
	[ -f /var/run/mpd.pid ] && cat /var/run/mpd.pid | xargs /bin/kill -HUP
	[ -f /var/lib/mpd/pid ] && cat /var/lib/mpd/pid | xargs /bin/kill -HUP
	endscript
}