mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
![]() |
/var/log/asterisk/debug /var/log/asterisk/console /var/log/asterisk/full /var/log/asterisk/debug /var/log/asterisk/*log {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 52
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
create 640 root root
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/usr/sbin/asterisk -rx 'logger reload' > /dev/null 2> /dev/null
|
||
|
endscript
|
||
|
}
|