From 8145059809c57df5c0cc1af7d92027f381454401 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 16 Jun 2011 15:47:28 +0000 Subject: [PATCH] Fixed the logrotate script to not restart SOGo but rather do a copy/truncate Monotone-Parent: 745ebe569ac5b050683e557f5e5fb7c1699ca7f5 Monotone-Revision: 9b6ca5cb2b17f229443223ae6bb703c37ca1f0c3 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-06-16T15:47:28 Monotone-Branch: ca.inverse.sogo --- Scripts/logrotate | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Scripts/logrotate b/Scripts/logrotate index f07979381..9f76e9ddd 100644 --- a/Scripts/logrotate +++ b/Scripts/logrotate @@ -5,9 +5,5 @@ compress delaycompress notifempty - create 640 sogo sogo - sharedscripts - postrotate - /etc/init.d/sogod restart > /dev/null - endscript + copytruncate }