On Thu, Apr 28, 2011 at 6:54 PM, Rodrigo Rosenfeld Rosas <[email protected]
> wrote:

>  Looking at the template doc/templates/ubuntu/gitorious-logrotate (which
> is similar to centos), I found:
>
> /var/www/gitorious/log/*log {
>     missingok
>     notifempty
>     sharedscripts
>     postrotate
>         /etc/init.d/git-daemon restart > /dev/null 2>/dev/null || true
>         /etc/init.d/git-ultrasphinx restart > /dev/null 2>/dev/null || true
>         /bin/touch /var/www/gitorious/tmp/restart.txt > /dev/null
> 2>/dev/null || true
> endscript
> }
>
> Is there any reasons why git-poller shouldn't also be restarted?
>

Not that I can think of, it probably should be restarted as well.


> Am I missing something? If I'm correct, I'll send a merge request updating
> these templates.
>

Sweet!

Cheers,
- Marius

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to