mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-06 03:51:37 +00:00
🔨 Output proper info messages when services start
This commit is contained in:
parent
f8c5f5fc08
commit
cfe67e325b
2 changed files with 2 additions and 0 deletions
|
@ -10,4 +10,5 @@ timeout 15 \
|
||||||
'until echo > /dev/tcp/localhost/9001 ; do sleep 0.5; done' \
|
'until echo > /dev/tcp/localhost/9001 ; do sleep 0.5; done' \
|
||||||
> /dev/null 2>&1
|
> /dev/null 2>&1
|
||||||
|
|
||||||
|
bashio::log.info "Starting NGinx server..."
|
||||||
exec nginx -g "daemon off;"
|
exec nginx -g "daemon off;"
|
||||||
|
|
|
@ -3,4 +3,5 @@
|
||||||
# Community Hass.io Add-ons: TasmoAdmin
|
# Community Hass.io Add-ons: TasmoAdmin
|
||||||
# Runs the PHP-FPM daemon
|
# Runs the PHP-FPM daemon
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
bashio::log.info "Starting PHP-FPM server..."
|
||||||
exec php-fpm7 --nodaemonize
|
exec php-fpm7 --nodaemonize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue