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

Sending Ctrl+C (SIGINT) shouldn't close child process #172

Open
epiccurious opened this issue Dec 11, 2023 · 2 comments · May be fixed by #181
Open

Sending Ctrl+C (SIGINT) shouldn't close child process #172

epiccurious opened this issue Dec 11, 2023 · 2 comments · May be fixed by #181
Assignees
Labels
EASY Good for newcomers FEATURE New feature or request

Comments

@epiccurious
Copy link
Owner

During the IBD process, the user can close the terminal window and just run Bitcoin Core; however, if the user sends Ctrl+C, bash will both stop the script and close the child process (Bitcoin Core).

Set up a trap SIGINT function to that will exit the script gracefully.

@epiccurious epiccurious added FEATURE New feature or request EASY Good for newcomers labels Dec 11, 2023
@epiccurious epiccurious added this to the Minimum Viable Product milestone Dec 11, 2023
@epiccurious epiccurious self-assigned this Dec 11, 2023
@epiccurious
Copy link
Owner Author

Removing from MVP.

@epiccurious epiccurious removed this from the Minimum Viable Product milestone Dec 11, 2023
@epiccurious
Copy link
Owner Author

This issue is blocked, pending the resolution of #10.

Setting Core to run as a service would solve the Ctrl+C issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EASY Good for newcomers FEATURE New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant