aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/asterisk/asterisk-1.4.19.1/logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/asterisk/asterisk-1.4.19.1/logrotate')
-rw-r--r--recipes/asterisk/asterisk-1.4.19.1/logrotate12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/asterisk/asterisk-1.4.19.1/logrotate b/recipes/asterisk/asterisk-1.4.19.1/logrotate
new file mode 100644
index 0000000000..dfd25ee55c
--- /dev/null
+++ b/recipes/asterisk/asterisk-1.4.19.1/logrotate
@@ -0,0 +1,12 @@
+/var/log/asterisk/cdr-csv/Master.csv /var/log/asterisk/cdr-custom/Master.csv /var/log/asterisk/queue_log /var/log/asterisk/event_log /var/log/asterisk/messages {
+ daily
+ missingok
+ compress
+ delaycompress
+ rotate 30
+ sharedscripts
+ postrotate
+ /etc/init.d/asterisk logger-reload
+ endscript
+}
+