land: 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
This commit is contained in:
parent
75924c7f32
commit
dbc89d34e7
1 changed files with 1 additions and 0 deletions
|
@ -561,6 +561,7 @@ service qmuxd /system/bin/qmuxd
|
|||
|
||||
service netmgrd /system/bin/netmgrd
|
||||
class main
|
||||
group system
|
||||
|
||||
service qti /system/vendor/bin/qti
|
||||
class main
|
||||
|
|
Loading…
Reference in a new issue