diff options
author | Bruno Martins <bgcngm@gmail.com> | 2017-08-24 00:46:24 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-08-04 00:07:39 +0200 |
commit | d895671769f27fb46da86c9632d25eadb3045dde (patch) | |
tree | 0ba38339614b32178ac13dfe508b83636adfcdd5 | |
parent | 2fac79297c3fbcc877892287df4ab65efcc5e96f (diff) |
msm8996-common: Update second RIL daemon service
* Match the new changes introduced in O
Change-Id: I43c6fa60214ce91d6a149f15416a9f3170abfdd5
-rw-r--r-- | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 980a0b1..63aa342 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -480,11 +480,9 @@ on property:ro.data.large_tcp_window_size=true write /proc/sys/net/ipv4/tcp_adv_win_scale 2 service ril-daemon2 /vendor/bin/hw/rild -c 2 - class late_start - socket rild2 stream 660 root radio - socket rild-debug2 stream 660 radio system + class main user radio - group radio cache inet misc audio sdcard_r sdcard_rw diag oem_2901 log + group radio cache inet misc audio log readproc wakelock oem_2901 capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW service qseecomd /vendor/bin/qseecomd |