diff options
author | nailyk-fr <nailyk_git@nailyk.fr> | 2017-07-23 23:06:00 +0200 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-08-05 10:18:42 +0000 |
commit | 18758b7af8bffb1c04891bfcacc22a2d0900e049 (patch) | |
tree | dc5f8f0aa7929d5aa9b89f74a4fbaee12e2f0483 /rootdir/init.qcom.rc | |
parent | 3cbc628bb1a5b7ee0b5096c9c6390b843812cea1 (diff) |
shinano-common: init: Use late_start for rild2
* When encrypted the rild2 daemon is started at early
stage and data are not yet decrypted.
Change class to late_start to ensure data avaiablity
before starting rild2
Change-Id: Ia1d5cd26032e19c1cb66f05c0a6897a363132184
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 9051fb2..1165db7 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -436,7 +436,7 @@ on property:ro.data.large_tcp_window_size=true write /proc/sys/net/ipv4/tcp_adv_win_scale 2 service ril-daemon2 /system/bin/rild -c 2 - class main + class late_start socket rild2 stream 660 root radio socket rild-debug2 stream 660 radio system user root |