mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-22 05:14:24 +01:00
* Add support for new openzwave * Fix pipeline * fix log output * Support auth / discovery * Add basic structs * fix lint * Fix start order
8 lines
328 B
Plaintext
8 lines
328 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Start mosquitto service for communication
|
|
# ==============================================================================
|
|
bashio::log.info "Starting internal mqtt broker..."
|
|
|
|
exec mosquitto -c /etc/mosquitto.conf
|