| Path : /proc/thread-self/root/proc/self/root/etc/logrotate.d/ |
| Current File : //proc/thread-self/root/proc/self/root/etc/logrotate.d/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
}