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
|