mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-21 12:54:25 +01:00
Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
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
|