commit | 972664a75b82a2a1f66b7ee83c4128f58754e11a | [log] [tgz] |
---|---|---|
author | Collin Mulliner <collinrm@squareup.com> | Wed Jun 01 21:03:55 2016 +0000 |
committer | Elliott Hughes <enh@google.com> | Mon Jun 06 16:31:01 2016 -0700 |
tree | 10367b6bcba6ad7061c1362efbc4ef53f0e672b9 | |
parent | 34694dce61095c1ab1113219a20c0327a0268a00 [diff] |
use process groups for processes started by init Put every service into a process group, kill the process group and all child processes created within the group when killing the service. Removed libutil dependency in libprocessgroup. Bug: 25355957 Change-Id: Ieed60ec41579f638ab9b1e66a7e6330ed578ab05 Signed-off-by: Collin Mulliner <collinrm@squareup.com>