Skip to content

Commit

Permalink
Add home interface support to snap, for users that need it.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Dec 4, 2018
1 parent 44135bc commit 9193335
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ 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
plugs: [network]

passwd:
command: usr/bin/mosquitto_passwd
plugs: [home]


parts:
Expand Down

0 comments on commit 9193335

Please sign in to comment.