@@ -, +, @@ /etc/logrotate.d/koha-common. ('killed by signal 15'). (Do a search..) --- debian/koha-common.logrotate | 4 ++++ 1 file changed, 4 insertions(+) --- a/debian/koha-common.logrotate +++ a/debian/koha-common.logrotate @@ -8,7 +8,11 @@ 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 } --