🔨 Output proper info messages when services start

This commit is contained in:
Franck Nijhof 2019-03-31 22:00:22 +02:00
parent f8c5f5fc08
commit cfe67e325b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 2 additions and 0 deletions

View file

@ -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;"

View file

@ -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