diff options
| author | Abhinav Kannan <kannana@qti.qualcomm.com> | 2015-10-14 18:05:50 -0600 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2017-01-27 17:22:45 +0000 |
| commit | 56fe4b268346c9c0c17fde91ad79fda7eb17411e (patch) | |
| tree | 23bbebcb9b4c5c94c2c885b90ca4acd3f1e5dad5 | |
| parent | 23c56e538f976c32651395b1ba9696b78f383aa7 (diff) | |
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
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
