On Tuesday 17 January 2006 16:39, Jonathan Tidmore wrote:
> On 1/17/06, Stef Coene <[EMAIL PROTECTED]> wrote:
> > No, signal HUP means "reload and start a new config file" (a proces can
> > do what ever it wants with a HUP signal, but most of the times it's used
> > to rotate the logfiles).
>
> This may be true for most programs, but like you said, a process can do
> what it wants with a HUP signal.  Some may restart, some may exit, some may
> do nothing.  Point is, do we know what mythbackend does with a HUP signal?
I don't know, but I have this on my debian box and it's working:

/var/log/mythtv/mythbackend.log {
        daily
        rotate 7
        notifempty
        copytruncate
}


Stef
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to