Initial commit
This commit is contained in:
commit
118b948bd4
59 changed files with 1236 additions and 0 deletions
10
files/etc/s6-overlay/s6-rc.d/zebra-server/run
Executable file
10
files/etc/s6-overlay/s6-rc.d/zebra-server/run
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/command/execlineb -P
|
||||
s6-envdir /etc/koha-envvars
|
||||
|
||||
fdmove -c 2 1
|
||||
|
||||
importas instancename INSTANCE_NAME
|
||||
|
||||
s6-setuidgid ${instancename}-koha
|
||||
|
||||
/usr/bin/zebrasrv -v 1 -f /etc/koha/sites/${instancename}/koha-conf.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue