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

Allow for shutdown of application using kill -15 #72

Open
mat0pad opened this issue Sep 26, 2017 · 0 comments
Open

Allow for shutdown of application using kill -15 #72

mat0pad opened this issue Sep 26, 2017 · 0 comments
Assignees

Comments

@mat0pad
Copy link

mat0pad commented Sep 26, 2017

When writing applications one often needs shutdown hooks to stop hardware or alike. The way this plugin kills the running process/application is through sudo kill -9 which force kill the process and doesn't shutdown safely. Please provide a option for for sudo kill -15 or change the current.

@mat0pad mat0pad changed the title Allow for for shutdown of application using kill -15 Allow for shutdown of application using kill -15 Sep 26, 2017
@asebak asebak self-assigned this Oct 5, 2017
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

No branches or pull requests

2 participants