lorawan-server
lorawan-server copied to clipboard
pass TERM signal to underlying process and improve shutdown
The lorawan-server script doesn't forward TERM signal to underlying process.
Normally the underlying process must be started from the starting script with "exec", but only if it is a binary executable (which "erl" is not; from tests carried out it works, but two "zombie" processes remain active). In this modification, a trap forwards the term signal.
In solution to #843
I am using the latest LoRaWAN server in a docker container. How can I install this patch to prevent the mqtt broker "badarg" issue after restarting ?