mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +08:00
Add rr to snap. Add home plug to snap (not autoconnected).
This commit is contained in:
parent
eaab179933
commit
a26157643d
@ -16,18 +16,23 @@ apps:
|
||||
command: launcher.sh
|
||||
daemon: simple
|
||||
restart-condition: always
|
||||
plugs: [network, network-bind]
|
||||
plugs: [home, network, network-bind]
|
||||
|
||||
pub:
|
||||
command: usr/bin/mosquitto_pub
|
||||
plugs: [network]
|
||||
plugs: [home, network]
|
||||
|
||||
rr:
|
||||
command: usr/bin/mosquitto_rr
|
||||
plugs: [home, network]
|
||||
|
||||
sub:
|
||||
command: usr/bin/mosquitto_sub
|
||||
plugs: [network]
|
||||
plugs: [home, network]
|
||||
|
||||
passwd:
|
||||
command: usr/bin/mosquitto_passwd
|
||||
plugs: [home]
|
||||
|
||||
|
||||
parts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user