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

Handle SIGHUP with clean shutdown #2039

Merged
merged 1 commit into from May 5, 2021
Merged

Handle SIGHUP with clean shutdown #2039

merged 1 commit into from May 5, 2021

Conversation

jrick
Copy link
Member

@jrick jrick commented May 5, 2021

When the SIGHUP signal is received, the process should perform
graceful shut down rather than dying from the unhandled signal.

For clarity, the signals which will cause shutdown have been moved to
new filename so it does not remain specific to only SIGTERM handling.

Refs decred/dcrd#2644.

When the SIGHUP signal is received, the process should perform
graceful shut down rather than dying from the unhandled signal.

For clarity, the signals which will cause shutdown have been moved to
new filename so it does not remain specific to only SIGTERM handling.
@jrick jrick merged commit e02535b into decred:master May 5, 2021
@jrick jrick deleted the sighup branch May 5, 2021 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants