mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +08:00
Add home interface support to snap, for users that need it.
This commit is contained in:
parent
44135bc680
commit
919333567c
@ -16,11 +16,11 @@ 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]
|
||||
|
||||
sub:
|
||||
command: usr/bin/mosquitto_sub
|
||||
@ -28,6 +28,7 @@ apps:
|
||||
|
||||
passwd:
|
||||
command: usr/bin/mosquitto_passwd
|
||||
plugs: [home]
|
||||
|
||||
|
||||
parts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user