msm8953-common: move wcnss-service to late_start
* wcnss-service is in charge of copying your wcnss ini from /system to /data where framework reads it. If /data is encrypted, or being encrypted, this can't happen. Move it to late_start so it tries to run after encrpytion and mount has happened. Change-Id: I63dce20f84935ac22dd737c9b63b40c69f3e815d
This commit is contained in:
@@ -219,7 +219,7 @@ on property:init.svc.zygote=restarting
|
|||||||
stop ppd
|
stop ppd
|
||||||
|
|
||||||
service wcnss-service /system/vendor/bin/wcnss_service
|
service wcnss-service /system/vendor/bin/wcnss_service
|
||||||
class main
|
class late_start
|
||||||
user system
|
user system
|
||||||
group system wifi radio
|
group system wifi radio
|
||||||
oneshot
|
oneshot
|
||||||
|
|||||||
Reference in New Issue
Block a user