Skip to content

Commit

Permalink
Don't use home interface until it is not auto connected.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Dec 11, 2018
1 parent d28834d commit 66dfa57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@ apps:
command: launcher.sh
daemon: simple
restart-condition: always
plugs: [home, network, network-bind]
plugs: [network, network-bind]

pub:
command: usr/bin/mosquitto_pub
plugs: [home, network]
plugs: [network]

sub:
command: usr/bin/mosquitto_sub
plugs: [network]

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


parts:
Expand Down

0 comments on commit 66dfa57

Please sign in to comment.