/var/log/mpd/mpd*.log { daily rotate 10 missingok notifempty compress sharedscripts postrotate [ ! -f /run/mpd/pid ] || /bin/kill -SIGHUP `cat /run/mpd/pid` [ ! -f /run/mpd/pid1 ] || /bin/kill -SIGHUP `cat /run/mpd/pid1` endscript }