From 666aae2c488b2427ec4a039f77fcf1f789e4724b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 16 Oct 2009 13:57:11 -0300 Subject: [PATCH] Adding logrotate configuration --- etc/logrotate.d/noosfero | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) create mode 100644 etc/logrotate.d/noosfero diff --git a/etc/logrotate.d/noosfero b/etc/logrotate.d/noosfero new file mode 100644 index 0000000..cce4ffe --- /dev/null +++ b/etc/logrotate.d/noosfero @@ -0,0 +1,9 @@ +/var/lib/noosfero/current/log/*.log /home/noosfero/current/log/*.log { + daily + missingok + rotate 15 + compress + delaycompress + notifempty + copytruncate +} -- libgit2 0.21.2