etc-gentoo/logrotate.d/asterisk

26 lines
436 B
Plaintext

/var/log/asterisk/messages /var/log/asterisk/queue_log {
missingok
notifempty
postrotate
/usr/sbin/asterisk -rnx "logger reload" || /bin/true
endscript
}
/var/log/asterisk/debug /var/log/asterisk/full {
missingok
notifempty
daily
postrotate
/usr/sbin/asterisk -rnx "logger reload" || /bin/true
endscript
}
/var/log/asterisk/cdr-csv/*.csv /var/log/asterisk/cdr-custom/*.csv {
missingok
notifempty
weekly
rotate 52
}