mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 19:11:31 +00:00
7 lines
326 B
Text
7 lines
326 B
Text
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: Traccar
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
bashio::log.info "Starting NGinx server..."
|
|
exec nginx -g "daemon off;"
|