I have a process that spawns several ssh tunnels using shelljs.exec. The process will cleanup everything on SIGINT, but fuge is killing with SIGKILL, and you cannot open a handler on SIGKILL.
It wold be nice to have an option to set the kill signal on the process, that defaults to SIGKILL.
Looking over the runner code, it looks like it wouldn't be hard to add the option. I haven't looked at the option code yet so I don't know how hard adding those would be.
I have a process that spawns several ssh tunnels using
shelljs.exec. The process will cleanup everything on SIGINT, but fuge is killing with SIGKILL, and you cannot open a handler on SIGKILL.It wold be nice to have an option to set the kill signal on the process, that defaults to SIGKILL.
Looking over the runner code, it looks like it wouldn't be hard to add the option. I haven't looked at the option code yet so I don't know how hard adding those would be.