Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand the list of signals forwarded to child process for *nix #3571

Open
preetapan opened this issue Oct 12, 2017 · 0 comments
Open

Expand the list of signals forwarded to child process for *nix #3571

preetapan opened this issue Oct 12, 2017 · 0 comments
Labels
type/enhancement Proposed improvement or new feature

Comments

@preetapan
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Proposed improvement or new feature
Projects
None yet
Development

No branches or pull requests

1 participant