When havoc kills logger, heart or url_prim_loader it kills the entire node. Is this a feature or a bug? Or could it be that some internals of OTP has changed in such a way that havoc now tries to kill those processes?
I see that that havoc specifically checks to not kill application_controller, but there can be other processes linked to init too.
Would it be an idea to specifically check if a proces is linked to init? Or maybe introduce a configurable do_not_kill list with names of processes which should not be killed.