Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: fix race condition during startup of a service with ExitType=cg…
…roup This commit allows service_sigchld_event() is executed before service_dispatch_exec_io(), which might happen when a main process exits very quickly. Also do not check PID for service goodness because the main process have already been exited in this case. Fix: #27919
- Loading branch information