🔨 Improves startup messages

This commit is contained in:
Franck Nijhof 2019-04-21 09:14:37 +02:00
parent c67e40559f
commit 5412cb51db
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@
# Wait for PHP-FPM to become available
bashio::net.wait_for 17276
bashio::log.info "Starting Phlex..."
bashio::log.info "Starting NGinx..."
exec nginx -g "daemon off;"

View file

@ -3,5 +3,5 @@
# Community Hass.io Add-ons: Phlex
# Runs the PHP-FPM daemon
# ==============================================================================
bashio::log.info "Starting PHP-FPM..."
exec php-fpm7 --nodaemonize