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 -15or change the current.
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 forsudo kill -15
or change the current.