mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-23 13:04:22 +01:00
Cleanups, fix pid1 in containers, use proxy_ready monitor
This commit is contained in:
@@ -34,8 +34,6 @@ main() {
|
||||
done
|
||||
}
|
||||
|
||||
export TRACING=1
|
||||
|
||||
main
|
||||
trace "[requesthandler] exiting"
|
||||
exit $?
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
|
||||
. ./trace.sh
|
||||
|
||||
mosquitto_sub -h broker -t notifier | ./requesthandler.sh
|
||||
trace "Starting mosquitto and subscribing to the notifier topic..."
|
||||
|
||||
exec sh -c 'mosquitto_sub -h broker -t notifier | ./requesthandler.sh'
|
||||
|
||||
Reference in New Issue
Block a user