Fix zebra-indexer logs
This commit is contained in:
parent
b388164147
commit
8b2d3a6823
|
|
@ -10,5 +10,6 @@
|
|||
postrotate
|
||||
/command/s6-svc -h /run/service/apache2
|
||||
/command/s6-svc -r /run/service/plack
|
||||
/command/s6-svc -r /run/service/zebra-indexer
|
||||
endscript
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ importas -D "" elastic USE_ELASTICSEARCH
|
|||
|
||||
if -n { test "${elastic}" = "true" }
|
||||
|
||||
redirfd -a 1 /var/log/koha/default/zebra-indexer.log
|
||||
|
||||
fdmove -c 2 1
|
||||
|
||||
s6-envdir /etc/koha-envvars
|
||||
|
|
|
|||
Loading…
Reference in a new issue