init.qcom.rc: Add service cnss-daemon to bootup
Start service cnss-daemon on bootup which communicate with WLAN host driver and QMI location server on LPSS. The cnss-daemon starts with root permisson. It will acquire suitble system permission and drop root permission when it's running. Change-Id: I799e1001a6fcb6cda872db425b4e2d41b443b0c0 CRs-Fixed: 655468
This commit is contained in:
parent
984c8363fa
commit
5abb37c836
|
@ -626,6 +626,9 @@ service cnss_diag /system/bin/cnss_diag --q
|
|||
group root
|
||||
oneshot
|
||||
|
||||
service cnss-daemon /system/bin/cnss-daemon -n -l
|
||||
class late_start
|
||||
|
||||
service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG
|
||||
class late_start
|
||||
disabled
|
||||
|
|
Loading…
Reference in New Issue