From 2ca5865e2ce27d7b3f4f300773109fa36d553c64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Dec 2011 07:46:49 +0100 Subject: zarafa: import from f16 --- zarafa.logrotate | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 zarafa.logrotate (limited to 'zarafa.logrotate') diff --git a/zarafa.logrotate b/zarafa.logrotate new file mode 100644 index 0000000..17a12ed --- /dev/null +++ b/zarafa.logrotate @@ -0,0 +1,100 @@ +/var/log/zarafa/archiver.log { + weekly + missingok + rotate 52 + compress + delaycompress + notifempty + create 0644 zarafa zarafa +} + +/var/log/zarafa/dagent.log { + weekly + missingok + rotate 52 + compress + delaycompress + notifempty + postrotate + killall -HUP zarafa-dagent 2> /dev/null || true + endscript + create 0644 zarafa zarafa +} + +/var/log/zarafa/gateway.log { + weekly + missingok + rotate 52 + compress + delaycompress + notifempty + postrotate + killall -HUP zarafa-gateway 2> /dev/null || true + endscript + create 0644 zarafa zarafa +} + +/var/log/zarafa/ical.log { + weekly + missingok + rotate 52 + compress + delaycompress + notifempty + postrotate + killall -HUP zarafa-ical 2> /dev/null || true + endscript + create 0644 zarafa zarafa +} + +/var/log/zarafa/indexer.log { + weekly + missingok + rotate 52 + compress + delaycompress + notifempty + postrotate + killall -HUP zarafa-indexer 2> /dev/null || true + endscript + create 0644 zarafa zarafa +} + +/var/log/zarafa/monitor.log { + weekly + missingok + rotate 52 + compress + delaycompress + notifempty + postrotate + killall -HUP zarafa-monitor 2> /dev/null || true + endscript + create 0644 zarafa zarafa +} + +/var/log/zarafa/server.log /var/log/zarafa/audit.log { + weekly + missingok + rotate 52 + compress + delaycompress + notifempty + postrotate + killall -HUP zarafa-server 2> /dev/null || true + endscript + create 0644 zarafa zarafa +} + +/var/log/zarafa/spooler.log { + weekly + missingok + rotate 52 + compress + delaycompress + notifempty + postrotate + killall -HUP zarafa-spooler 2> /dev/null || true + endscript + create 0644 zarafa zarafa +} -- cgit