mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-21 15:14:19 +01:00
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
#!/usr/bin/env bashio
|
|
# ==============================================================================
|
|
# Start NGINX service
|
|
# ==============================================================================
|
|
exec nginx
|