|
|
@ -16,18 +16,23 @@ 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]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rr:
|
|
|
|
|
|
|
|
command: usr/bin/mosquitto_rr
|
|
|
|
|
|
|
|
plugs: [home, network]
|
|
|
|
|
|
|
|
|
|
|
|
sub:
|
|
|
|
sub:
|
|
|
|
command: usr/bin/mosquitto_sub
|
|
|
|
command: usr/bin/mosquitto_sub
|
|
|
|
plugs: [network]
|
|
|
|
plugs: [home, network]
|
|
|
|
|
|
|
|
|
|
|
|
passwd:
|
|
|
|
passwd:
|
|
|
|
command: usr/bin/mosquitto_passwd
|
|
|
|
command: usr/bin/mosquitto_passwd
|
|
|
|
|
|
|
|
plugs: [home]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parts:
|
|
|
|
parts:
|
|
|
|