mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-03 07:06:51 +01:00
9 lines
341 B
Plaintext
9 lines
341 B
Plaintext
#!/command/with-contenv bashio
|
|
# ==============================================================================
|
|
# Start the example service
|
|
# s6-overlay docs: https://github.com/just-containers/s6-overlay
|
|
# ==============================================================================
|
|
|
|
## Run your program
|
|
exec /usr/bin/mqtt-manager/run.sh
|