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