There is currently no option to prevent zinc -start from putting Nailgun in the background. This is a problem if I want to use something like runit to keep zinc running (after reboots or zinc crashes, etc).
An ideal solution would include this option making the zinc script use exec to start the JVM, so that signals work correctly.
(This would be a pull request, but getting $work to sign off on the CLA would take ages, sorry.)
There is currently no option to prevent
zinc -start
from putting Nailgun in the background. This is a problem if I want to use something like runit to keep zinc running (after reboots or zinc crashes, etc).An ideal solution would include this option making the zinc script use
exec
to start the JVM, so that signals work correctly.(This would be a pull request, but getting $work to sign off on the CLA would take ages, sorry.)