koha-docker/files/etc/s6-overlay/s6-rc.d/apache2/run
Theodoros Grammenos c16804a913
Lots of improvements and simplifications.
* Collect all logs under the /var/log/koha directory.
* Setup logrotate
* Use a static instance name, leading to simpler configuration.
2023-02-17 21:06:42 +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"