mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-05 03:21:34 +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' \
|
||||
> /dev/null 2>&1
|
||||
|
||||
bashio::log.info "Starting NGinx server..."
|
||||
exec nginx -g "daemon off;"
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
# Community Hass.io Add-ons: TasmoAdmin
|
||||
# Runs the PHP-FPM daemon
|
||||
# ==============================================================================
|
||||
bashio::log.info "Starting PHP-FPM server..."
|
||||
exec php-fpm7 --nodaemonize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue