fieat: sube versión de Koha

This commit is contained in:
aitor c. urrutia aranburu
2026-06-29 19:26:08 +02:00
parent 8124ef30ca
commit 397e816221
57 changed files with 462 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
#!/command/execlineb -P
fdmove -c 2 1
trap { SIGTERM { apache2ctl stop }
SIGHUP { apache2ctl graceful } }
apache2ctl -D "FOREGROUND"

View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1,3 @@
#!/command/execlineb -P
fdmove -c 2 1
/usr/sbin/cron -f -L 5

View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1,6 @@
#!/command/execlineb -P
fdmove -c 2 1
s6-envdir /etc/koha-envvars
/usr/bin/starman -M FindBin --socket /var/run/koha/default/plack.sock --max-requests 50 --workers 2 -E deployment --user=default-koha --group=default-koha --access-log /var/log/koha/default/plack.log --error-log /var/log/koha/default/plack-error.log "/etc/koha/plack.psgi"

View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
oneshot

View File

@@ -0,0 +1 @@
/etc/s6-overlay/scripts/02-setup-koha.sh

View File

@@ -0,0 +1 @@
bundle

View File

@@ -0,0 +1,9 @@
#!/command/execlineb -P
fdmove -c 2 1
s6-envdir /etc/koha-envvars
s6-setuidgid default-koha
/usr/bin/perl /usr/share/koha/bin/workers/background_jobs_worker.pl --queue long_tasks

View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1,9 @@
#!/command/execlineb -P
fdmove -c 2 1
s6-envdir /etc/koha-envvars
s6-setuidgid default-koha
/usr/bin/perl /usr/share/koha/bin/workers/background_jobs_worker.pl

View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1,16 @@
#!/command/execlineb -P
with-contenv
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
s6-setuidgid default-koha
/usr/bin/perl /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -daemon -sleep 5

View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1,15 @@
#!/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

View File

@@ -0,0 +1 @@
longrun