ninjudd/drip

Propagate signals to JVM

Closed this issue · 1 comments

We need to trap all signals in bin/drip and propagate them to the JVM process using kill.

This works in the terminal. I don't think propagating explicit signals between processes it a good idea though. What was I thinking?