Cleanups, fix pid1 in containers, use proxy_ready monitor

This commit is contained in:
kexkey
2021-11-26 01:36:25 -05:00
parent 8f1798dffc
commit bfd9261890
15 changed files with 177 additions and 176 deletions

View File

@@ -34,8 +34,6 @@ main() {
done
}
export TRACING=1
main
trace "[requesthandler] exiting"
exit $?

View File

@@ -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'