Spotbweb by @woutercoppens

This commit is contained in:
Alexandre
2022-01-22 19:13:57 +01:00
parent a9e3743628
commit 8051670f16
25 changed files with 855 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Home Assistant Community Add-on: Bookstack
# Take down the S6 supervision tree when PHP FPM fails
# ==============================================================================
if -n { s6-test $# -ne 0 }
if -n { s6-test ${1} -eq 256 }
s6-svscanctl -t /var/run/s6/services

View File

@@ -0,0 +1,6 @@
#!/usr/bin/with-contenv bashio
bashio::log.info "Starting PHP-FPM..."
#/usr/sbin/php-fpm8 -F
exec php-fpm8 --nodaemonize