Works good:

:/etc/logrotate.d$ cat kannel
/var/log/kannel/*.log {
        daily
        missingok
        rotate 365
        compress
        delaycompress
        notifempty
        create 640 kannel adm
        sharedscripts
        postrotate
                killall -HUP bearerbox smsbox wapbox > /dev/null 2>
/dev/null || true
        endscript
}


2008/7/2 Tushar Chauhan <[EMAIL PROTECTED]>:
> Hi all,
>
>
>
>             I am using kannel 1.4.1 and I have to create log files on daily
> basis. Can any one help me with this. I went through the documentation of
> logrotater for kannel. I did as it was in kannel documentation but with no
> results. Plz help me with this.
>
>
>
>
>
> Regards
>
> Tushar

Reply via email to