mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
12 lines
375 B
Text
Executable file
12 lines
375 B
Text
Executable file
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Grocy
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
|
|
# Wait for PHP-FPM to become available
|
|
bashio::net.wait_for 9002
|
|
|
|
bashio::log.info "Starting NGinx...."
|
|
|
|
exec nginx
|