Add home interface support to snap, for users that need it.

This commit is contained in:
Roger A. Light 2018-12-04 22:48:56 +00:00
parent 44135bc680
commit 919333567c

View File

@ -16,11 +16,11 @@ apps:
command: launcher.sh command: launcher.sh
daemon: simple daemon: simple
restart-condition: always restart-condition: always
plugs: [network, network-bind] plugs: [home, network, network-bind]
pub: pub:
command: usr/bin/mosquitto_pub command: usr/bin/mosquitto_pub
plugs: [network] plugs: [home, network]
sub: sub:
command: usr/bin/mosquitto_sub command: usr/bin/mosquitto_sub
@ -28,6 +28,7 @@ apps:
passwd: passwd:
command: usr/bin/mosquitto_passwd command: usr/bin/mosquitto_passwd
plugs: [home]
parts: parts: