lorawan-server icon indicating copy to clipboard operation
lorawan-server copied to clipboard

pass TERM signal to underlying process and improve shutdown

Open lcse66 opened this issue 1 year ago • 1 comments

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

lcse66 avatar Nov 25 '23 15:11 lcse66

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 ?

marcniedersachsen avatar Mar 11 '24 08:03 marcniedersachsen