summaryrefslogtreecommitdiffstats
path: root/testing/asterisk/asterisk.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/asterisk/asterisk.logrotate')
-rw-r--r--testing/asterisk/asterisk.logrotate17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/asterisk/asterisk.logrotate b/testing/asterisk/asterisk.logrotate
deleted file mode 100644
index 30836c5c1..000000000
--- a/testing/asterisk/asterisk.logrotate
+++ /dev/null
@@ -1,17 +0,0 @@
-/var/log/asterisk/messages /var/log/asterisk/*log {
- missingok
- rotate 5
- weekly
- create 0640 asterisk asterisk
- postrotate
- /usr/sbin/asterisk -rx 'logger reload' > /dev/null 2> /dev/null
- endscript
-}
-
-/var/log/asterisk/cdr-csv/*csv {
- missingok
- rotate 5
- monthly
- create 0640 asterisk asterisk
-}
-