diff --git a/freeswitch/autoload_configs/kazoo.conf.xml b/freeswitch/autoload_configs/kazoo.conf.xml index 4cbd97f..8045164 100644 --- a/freeswitch/autoload_configs/kazoo.conf.xml +++ b/freeswitch/autoload_configs/kazoo.conf.xml @@ -4,7 +4,7 @@ - --> + diff --git a/system/logrotate.d/rabbitmq.conf b/system/logrotate.d/rabbitmq.conf new file mode 100644 index 0000000..e1f1acc --- /dev/null +++ b/system/logrotate.d/rabbitmq.conf @@ -0,0 +1,12 @@ +/var/log/rabbitmq/*.log { + daily + missingok + rotate 31 + compress + delaycompress + notifempty + sharedscripts + postrotate + /usr/sbin/rabbitmqctl rotate_logs .`date +%Y%m%d` > /dev/null + endscript +}