From 56fe4b268346c9c0c17fde91ad79fda7eb17411e Mon Sep 17 00:00:00 2001 From: Abhinav Kannan Date: Wed, 14 Oct 2015 18:05:50 -0600 Subject: msm8916-common: add system group to netmgrd process To allow netmgrd to acquire wakelocks correctly we need to ensure that it belongs to system group Bug: 24546055 Change-Id: I00b9effa7351f1cd8ef9fc062de12b5276254801 --- rootdir/etc/init.qcom.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index fd64333..c975d28 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -337,6 +337,7 @@ service msm_irqbalance /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqb service netmgrd /system/bin/netmgrd class main + group system on property:ro.use_data_netmgrd=false # netmgr not supported on specific target -- cgit v1.2.3