summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhinav Kannan <kannana@qti.qualcomm.com>2015-10-14 18:05:50 -0600
committerNathan Harold <nharold@google.com>2015-10-21 04:45:55 +0000
commita78e087faa7c706fd7d0ef48ea56b1cacdaabb61 (patch)
tree62f5721bc26f2e84aafde8d51fa6fce1f8369f83
parente6b3757e3e33d9ff7ba8fea34fecf6cbe4a7a582 (diff)
downloadangler-a78e087faa7c706fd7d0ef48ea56b1cacdaabb61.tar.gz
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
-rwxr-xr-xinit.angler.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.angler.rc b/init.angler.rc
index 6ac92c2..07a59d8 100755
--- a/init.angler.rc
+++ b/init.angler.rc
@@ -298,7 +298,7 @@ service perfd /system/bin/perfd
service netmgrd /system/bin/netmgrd
class main
- group radio
+ group radio system
service qti /system/vendor/bin/qti
class main