summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2011-01-10 18:58:28 -0800
committerKen Sumrall <ksumrall@android.com>2011-01-13 13:41:06 -0800
commita02714bd3e8e75298c6e684ef375407fe02dd9b0 (patch)
treee5416a06fa3affbe580b7d58e3a486cfb13d9434 /rootdir
parente533c5f1005e8913f577d2aeac5a26f88f55a249 (diff)
downloadcore-a02714bd3e8e75298c6e684ef375407fe02dd9b0.tar.gz
core-a02714bd3e8e75298c6e684ef375407fe02dd9b0.tar.bz2
core-a02714bd3e8e75298c6e684ef375407fe02dd9b0.zip
Move rild to the core class.
Changes in init.stingray.rc now prevent rild from making sockets or named pipes on /data. Now that rild no longer prevents /data from being unmounted, we can put it in the core class, which doesn't restart when we enable encryption. This speeds up the boot by 20+ seconds. Change-Id: I737baf804e089f4ddbd664eaa1e675a7bd62e699
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 9f3020f7d..353be3c0c 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -357,7 +357,7 @@ service debuggerd /system/bin/debuggerd
class main
service ril-daemon /system/bin/rild
- class main
+ class core
socket rild stream 660 root radio
socket rild-debug stream 660 radio system
user root