mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-19 19:08:15 +01:00
8 lines
266 B
Plaintext
Executable File
8 lines
266 B
Plaintext
Executable File
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Runs the NGINX daemon
|
|
# ==============================================================================
|
|
|
|
bashio::log.info "Starting NGINX..."
|
|
exec nginx
|