/var/www/gitorious/log/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
        /sbin/service git-daemon restart > /dev/null 2>/dev/null || true
        /sbin/service git-ultrasphinx restart > /dev/null 2>/dev/null || true
        /bin/touch /var/www/gitorious/tmp/restart.txt > /dev/null 2>/dev/null || true
endscript
}
