aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/init.rc
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2011-01-19 23:06:12 -0800
committerKen Sumrall <ksumrall@android.com>2011-01-19 23:06:12 -0800
commit3a159d62a9d771f2a2d38129f1db56d873598696 (patch)
tree649474e7bc2cf61714c70cb02918fd3babf40375 /rootdir/init.rc
parent6fa54fa2234920e36b0563082af3a0bc6c8da640 (diff)
downloadsystem_core-3a159d62a9d771f2a2d38129f1db56d873598696.tar.gz
system_core-3a159d62a9d771f2a2d38129f1db56d873598696.tar.bz2
system_core-3a159d62a9d771f2a2d38129f1db56d873598696.zip
Move rild to the late_start class
Now that rild can be killed in a reasonable amount of time, move it from the core class to late_start. I was going to move it to main, but it would get killed and restarted right after the disk crypto password was entered, which is when the late_start class is started, and I was seeing issues with rild not re-connecting to the network when it was killed and restarted. Change-Id: I60479ddb853953029890fc816538d615ef5a96ab
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index f76ee37a..87f7e0e9 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -361,7 +361,7 @@ service debuggerd /system/bin/debuggerd
class main
service ril-daemon /system/bin/rild
- class core
+ class late_start
socket rild stream 660 root radio
socket rild-debug stream 660 radio system
user root