/var/log/mpd/log /var/log/mpd/error_log {
	rotate 5
	weekly
	missingok
	sharedscripts
	postrotate
		service mpd condrestart
	endscript
}

