Bug 20795: Pass incrreased verbosity to zebra rebuild script
[koha.git] / debian / koha-common.logrotate
index 0299b62..1f083fe 100644 (file)
@@ -4,15 +4,12 @@
     rotate 5
     weekly
     missingok
+    copytruncate
     compress
     delaycompress
     notifempty
     sharedscripts
-    prerotate
-        /usr/sbin/koha-stop-zebra $(koha-list --enabled) > /dev/null
-    endscript
     postrotate
         /etc/init.d/apache2 reload > /dev/null
-        /usr/sbin/koha-start-zebra $(koha-list --enabled) > /dev/null
     endscript
 }