Files
biblioteca/koha/files/etc/s6-overlay/s6-rc.d/apache2/run
aitor c. urrutia aranburu 397e816221 fieat: sube versión de Koha
2026-06-29 19:26:08 +02:00

8 lines
144 B
Plaintext
Executable File

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