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

fix: remove special handling for ^C stop command #5132

Merged
merged 3 commits into from
Jun 29, 2024

Conversation

danny6167
Copy link
Member

@danny6167 danny6167 commented Jun 26, 2024

Rewriting the ^C into a default stop action causes docker to run the default stop action. It will run whatever is specified by STOPSIGNAL (specified in the image Dockerfile), or SIGTERM by default.

This change allows wings to received the full data and issue the correct signal.

Rewriting the ^C into a default stop action causes docker to run the default stop action.
It will run whatever is specified by STOPSIGNAL, or SIGTERM by default.

This change allows wings to received the full data and issue the correct signal.
@matthewpi matthewpi changed the title Fix: Don't (incorrectly) rewrite ^C into default stop action fix: remove special handling for ^C stop command Jun 29, 2024
@matthewpi matthewpi merged commit 953575f into pterodactyl:1.0-develop Jun 29, 2024
7 checks passed
matthewpi pushed a commit to pterodactyl/wings that referenced this pull request Jun 29, 2024
dannyhpy pushed a commit to dannyhpy/pterodactyl-wings that referenced this pull request Jul 5, 2024
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.

2 participants