From 18758b7af8bffb1c04891bfcacc22a2d0900e049 Mon Sep 17 00:00:00 2001 From: nailyk-fr Date: Sun, 23 Jul 2017 23:06:00 +0200 Subject: 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 --- rootdir/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3