asebak / embeddedlinux-jvmdebugger-intellij

Embedded Linux JVM Debugger for Raspberry Pi for IDEA Platform
Apache License 2.0
55 stars 21 forks source link

Allow for shutdown of application using kill -15 #72

Open mat0pad opened 7 years ago

mat0pad commented 7 years ago

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.