subcontractor
subcontractor copied to clipboard
subcontract not dying.
Foreman is dead. Child process is dead. subcontract
is alive and doesn't die on kill with term or int. I am kill -9
ing it. I'd prefer not to do that. Any advice? I have tried --signal INT
and --signal TERM
. The way I start forman is by nohup and &
it into the background, piping the log into a file. The way I am killing foreman is to kill
it. Other processes seem to be behaving fine.