diff options
Diffstat (limited to 'net-misc/asterisk/files/1.6.2/asterisk.logrotate4')
-rw-r--r-- | net-misc/asterisk/files/1.6.2/asterisk.logrotate4 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/asterisk/files/1.6.2/asterisk.logrotate4 b/net-misc/asterisk/files/1.6.2/asterisk.logrotate4 new file mode 100644 index 000000000000..857a970b3aa4 --- /dev/null +++ b/net-misc/asterisk/files/1.6.2/asterisk.logrotate4 @@ -0,0 +1,25 @@ +/var/log/asterisk/messages /var/log/asterisk/queue_log { + missingok + notifempty + + postrotate + /etc/init.d/asterisk --quiet status && /usr/sbin/asterisk -rnx "logger reload" || /bin/true + endscript +} + +/var/log/asterisk/debug /var/log/asterisk/full { + missingok + notifempty + daily + + postrotate + /etc/init.d/asterisk --quiet status && /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 +} |