Open alphalneo opened 1 year ago
It will be possible to modify the kill process sing SIGTERM?
this can be achieved changing cmd.Process.Kill() with cmd.Process.Signal(syscall.SIGTERM)
It will be possible to modify the kill process sing SIGTERM?
this can be achieved changing cmd.Process.Kill() with cmd.Process.Signal(syscall.SIGTERM)