mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
net/mosquitto: support more config fields in init script
Adds the "notifications" option which is important when connecting mosquitto to rabbitmq for instance. Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
@@ -120,6 +120,7 @@ add_bridge() {
|
|||||||
config_list_foreach "$1" topic add_topic
|
config_list_foreach "$1" topic add_topic
|
||||||
append_optional_bool "$1" cleansession cleansession
|
append_optional_bool "$1" cleansession cleansession
|
||||||
append_optional_bool "$1" try_private try_private
|
append_optional_bool "$1" try_private try_private
|
||||||
|
append_optional_bool "$1" notifications notifications
|
||||||
|
|
||||||
append_if "$1" clientid
|
append_if "$1" clientid
|
||||||
append_if "$1" identity bridge_identity
|
append_if "$1" identity bridge_identity
|
||||||
|
|||||||
Reference in New Issue
Block a user