mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
✨ Initial add-on code
This commit is contained in:
parent
621cdfb0ea
commit
e853ef30b3
23 changed files with 1069 additions and 0 deletions
12
sonweb/rootfs/etc/services.d/nginx/run
Executable file
12
sonweb/rootfs/etc/services.d/nginx/run
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: SonWEB
|
||||
# Runs the Nginx daemon
|
||||
# ==============================================================================
|
||||
# shellcheck disable=SC1091
|
||||
source /usr/lib/hassio-addons/base.sh
|
||||
|
||||
# Wait for PHP-FPM to become available
|
||||
s6-svwait -u -t 5000 /var/run/s6/services/php-fpm
|
||||
|
||||
exec nginx -g "daemon off;"
|
Loading…
Add table
Add a link
Reference in a new issue