Increase priority of service child status watchers.
authorDavin McCall <davmac@davmac.org>
Thu, 15 Jun 2017 18:37:04 +0000 (19:37 +0100)
committerDavin McCall <davmac@davmac.org>
Thu, 15 Jun 2017 18:37:04 +0000 (19:37 +0100)
commit772d6c139c3b87609d4d7b0acd2d0540a438310a
tree828327647480a4bb86b7dee38b97e4d75ff819af
parent101fe255ff32d8c1df9a477053e8dd88b19997fe
Increase priority of service child status watchers.

We want to make sure that if we send a signal to a service process, we
haven't already reaped that process (since in that case, in theory, the
process ID may have been re-used and we will end up signalling the wrong
process).
src/service.cc