Commit bc3ee8c
committed
Process spawner - process group
This change will spawn the new subprocess task into its own process
group. It will give us more control over the signal handling since the
signals won't be propagated to the subprocess any more.
Signed-off-by: Jan Richter <jarichte@redhat.com>1 parent dbd6dd8 commit bc3ee8c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
0 commit comments