/var/log/mod_gearman/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
        /etc/init.d/mod_gearman_worker reload > /dev/null 2>/dev/null || true
    endscript
}
