Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return correct exit code on SIGTERM (#1530)
SIGTERM (15) is 128+15=143 (not 137). See https://tldp.org/LDP/abs/html/exitcodes.html and https://komodor.com/learn/exit-codes-in-containers-and-kubernetes-the-complete-guide/ for details. Fixes #1529.
- Loading branch information