diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-08-23 15:49:28 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-08-23 15:49:28 +0000 |
commit | e7bddc526833f792999160481378180074d4d685 (patch) | |
tree | b45ed429c09d798b613dcfddf78c1e4036b8f8af /packages/asterisk/asterisk-1.4.11/logrotate | |
parent | cc37bf7b5da5c80593ed123add816c80f9d481d7 (diff) |
packages/asterisk/asterisk_1.4.11.bb : Add asterisk 1.4.11
Diffstat (limited to 'packages/asterisk/asterisk-1.4.11/logrotate')
-rw-r--r-- | packages/asterisk/asterisk-1.4.11/logrotate | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.4.11/logrotate b/packages/asterisk/asterisk-1.4.11/logrotate new file mode 100644 index 0000000000..dfd25ee55c --- /dev/null +++ b/packages/asterisk/asterisk-1.4.11/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 +} + |