Fix Zebra server not starting
This commit is contained in:
parent
ba293fbf69
commit
b388164147
7 changed files with 18 additions and 8 deletions
|
|
@ -1,6 +1,14 @@
|
|||
#!/command/execlineb -P
|
||||
with-contenv
|
||||
|
||||
importas -D "" elastic USE_ELASTICSEARCH
|
||||
|
||||
if -n { test "${elastic}" = "true" }
|
||||
|
||||
fdmove -c 2 1
|
||||
|
||||
s6-envdir /etc/koha-envvars
|
||||
|
||||
s6-setuidgid default-koha
|
||||
|
||||
/usr/bin/zebrasrv -v 1 -f /etc/koha/sites/default/koha-conf.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue