Files
asterisk/contrib/scripts/asterisk.logrotate
T

14 lines
254 B
Plaintext
Raw Normal View History

2023-05-18 16:55:45 +00:00
__LOGDIR__/*.log __LOGDIR__/queue_log __LOGDIR__/mmlog {
2008-07-23 17:14:56 +00:00
weekly
missingok
rotate 52
compress
delaycompress
notifempty
2023-05-18 16:55:45 +00:00
create 640 root root
2008-07-23 17:14:56 +00:00
sharedscripts
postrotate
2023-05-18 16:55:45 +00:00
__SBINDIR__/asterisk -rx 'logger reload' > /dev/null 2> /dev/null
2008-07-23 17:14:56 +00:00
endscript
2023-05-18 16:55:45 +00:00
}