Expand the list of signals forwarded to child process for *nix
Open
type/enhancement
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 43
Description
In #2999 we cleaned up child process handling, but limited the signals forwarded to child processes in commands like `consul watch` to INT and KILL because those were the two supported in windows as well.
It is worth expanding this to TERM, HUP, QUIT etc via a util_linux.go to capture and forward more common signals.
Contributor guide
Assessment
This issue has not been assessed yet.