Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imp: forward signals to child's process group in
flux-imp run
Problem: `flux-imp run` only forwards signals to its direct child. When that child is a shell script running other processes, common signals like SIGINT and SIGTERM are blocked. Even if the direct child is not a shell, terminating only the IMP's child may leave stray procesess which do not immediately exit as desired. Deliver forwarded signals to the child's process group. Fixes flux-framework#194
- Loading branch information