forceStop() needs to issue stop().
authorDavin McCall <davmac@davmac.org>
Tue, 1 Sep 2015 19:35:33 +0000 (20:35 +0100)
committerDavin McCall <davmac@davmac.org>
Tue, 1 Sep 2015 19:35:33 +0000 (20:35 +0100)
commitb7ae70e1733a9713f4ab40b417fa23204fce5d91
tree47917ac35fa070b80caa3e6c794d04618041c3f8
parenta8977b5ab7011289e87a2772003117e985347383
forceStop() needs to issue stop().

Both were issued when a process died unexpectedly, but in case of
a dependent, forceStop() would be issued without stop() meaning that
the dependent would not actually stop.
service.cc