aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorvidya rao <vidya.rao@motorola.com>2011-06-24 12:15:20 -0700
committerWink Saville <wink@google.com>2011-06-24 16:41:29 -0700
commit04cf629be5e99a3a920aecc0b059444bd07e9d84 (patch)
tree5eead4496786ca8b01c877a1bf2d3ae13e3df65e /rootdir
parent0ec5485484e0667fb48bee32197b2c2e0669adf4 (diff)
downloadsystem_core-04cf629be5e99a3a920aecc0b059444bd07e9d84.tar.gz
system_core-04cf629be5e99a3a920aecc0b059444bd07e9d84.tar.bz2
system_core-04cf629be5e99a3a920aecc0b059444bd07e9d84.zip
Move RILD to class main
-- This is needed so the modems (LTE & CDMA) are powered on and running before unlocking encrypted devices Change-Id: I842f5286499fd76abc554ded550fb837d12b324e
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 657797eb..7a7f3e7c 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -377,7 +377,7 @@ service debuggerd /system/bin/debuggerd
class main
service ril-daemon /system/bin/rild
- class late_start
+ class main
socket rild stream 660 root radio
socket rild-debug stream 660 radio system
user root