asterisk/contrib/scripts/asterisk.logrotate

14 lines
254 B
Plaintext

__LOGDIR__/*.log __LOGDIR__/queue_log __LOGDIR__/mmlog {
weekly
missingok
rotate 52
compress
delaycompress
notifempty
create 640 root root
sharedscripts
postrotate
__SBINDIR__/asterisk -rx 'logger reload' > /dev/null 2> /dev/null
endscript
}