08dab29d9e5091557b457642c8fec0ccd9e2f09c
CA helper calls to certmaster when the certmaster helper wasn't installed was causing 8 zombie processes (one for each query).
It is due to waitpid() not being called on them.
https://pagure.io/certmonger/issue/185
Pull-Request has been merged by rcritten
CA helper calls to certmaster when the certmaster helper wasn't
installed was causing 8 zombie processes (one for each query).
It is due to waitpid() not being called on them.
https://pagure.io/certmonger/issue/185