mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 04:35:14 +01:00
8 lines
165 B
Bash
8 lines
165 B
Bash
#!/bin/sh
|
|
|
|
. ./trace.sh
|
|
|
|
trace "Starting mosquitto and subscribing to the notifier topic..."
|
|
|
|
exec sh -c 'mosquitto_sub -h broker -t notifier | ./requesthandler.sh'
|