Files
asterisk/contrib/scripts/asterisk.logrotate
T

14 lines
290 B
Plaintext
Raw Normal View History

__LOGDIR__/debug __LOGDIR__/console __LOGDIR__/full __LOGDIR__/messages __LOGDIR__/*log {
2008-07-23 17:14:56 +00:00
weekly
missingok
rotate 52
compress
delaycompress
notifempty
create 640 root root
sharedscripts
postrotate
__SBINDIR__/asterisk -rx 'logger reload' > /dev/null 2> /dev/null
2008-07-23 17:14:56 +00:00
endscript
}