mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 11:11:28 +00:00
🔨 Improves startup messages
This commit is contained in:
parent
c67e40559f
commit
5412cb51db
2 changed files with 2 additions and 2 deletions
|
@ -7,5 +7,5 @@
|
||||||
# Wait for PHP-FPM to become available
|
# Wait for PHP-FPM to become available
|
||||||
bashio::net.wait_for 17276
|
bashio::net.wait_for 17276
|
||||||
|
|
||||||
bashio::log.info "Starting Phlex..."
|
bashio::log.info "Starting NGinx..."
|
||||||
exec nginx -g "daemon off;"
|
exec nginx -g "daemon off;"
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
# Community Hass.io Add-ons: Phlex
|
# Community Hass.io Add-ons: Phlex
|
||||||
# Runs the PHP-FPM daemon
|
# Runs the PHP-FPM daemon
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
bashio::log.info "Starting PHP-FPM..."
|
||||||
exec php-fpm7 --nodaemonize
|
exec php-fpm7 --nodaemonize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue