Skip to content
Commit ed46a08d authored by Marco Buttu's avatar Marco Buttu
Browse files

Fix #152: send a signal.SIGTERM

I executed the process in the shell and used a process group to send
a signal to all the process in the groups.
I attached a session id to the parent process of the spawned/child
processes, which is a shell in this case. This will make it the group
leader of the processes.  So now, when a signal is sent to the process
group leader, it's transmitted to all of the child processes of this group.
parent 203e66f1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment