/var/log/flumotion/*.log {
    notifempty
    missingok
    monthly
    compress
    postrotate
    	/bin/kill -HUP $(cat /var/run/flumotion/*.pid 2> /dev/null) 2> /dev/null || true
    endscript
}
