Skip to content

Commit

Permalink
Add rr to snap. Add home plug to snap (not autoconnected).
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Nov 14, 2019
1 parent eaab179 commit a261576
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a261576

Please sign in to comment.