/var/log/gearmand/gearmand.log {
    weekly
    missingok
    rotate 10
    compress
    delaycompress
    notifempty
    create 0640 gearmand gearmand
    sharedscripts
    postrotate
	/bin/kill -HUP `cat /var/run/gearmand/gearmand.pid 2> /dev/null` 2> /dev/null || true
    endscript
}
