summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.6.0-beta8/logrotate
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 05:26:39 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 05:26:39 +0000
commite7d25f5e83695fcdd1c22e8098fbf406f9a91956 (patch)
tree841a0726412c2b9013e04e005ef9e4be582240fd /packages/asterisk/asterisk-1.6.0-beta8/logrotate
parentf4ce9c08fe9fa700633891da981161d1ef3f735b (diff)
packages/asterisk/asterisk_1.6.0-beta8.bb : Add latest asterisk 1.6 snapshot
Diffstat (limited to 'packages/asterisk/asterisk-1.6.0-beta8/logrotate')
-rw-r--r--packages/asterisk/asterisk-1.6.0-beta8/logrotate12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.6.0-beta8/logrotate b/packages/asterisk/asterisk-1.6.0-beta8/logrotate
new file mode 100644
index 0000000000..dfd25ee55c
--- /dev/null
+++ b/packages/asterisk/asterisk-1.6.0-beta8/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
+}
+