diff options
author | Ken Sumrall <ksumrall@android.com> | 2011-01-10 18:58:28 -0800 |
---|---|---|
committer | Ken Sumrall <ksumrall@android.com> | 2011-01-10 19:00:49 -0800 |
commit | f3c42b6ee4f0bb042cf93e1ac6c9c4d72e1558fa (patch) | |
tree | e1c64d708a5e73358defa1532da933bd8ad5fc93 /rootdir | |
parent | 1cdd11c528ee24a678fb980d9e1b146255faeee7 (diff) | |
download | system_core-f3c42b6ee4f0bb042cf93e1ac6c9c4d72e1558fa.zip system_core-f3c42b6ee4f0bb042cf93e1ac6c9c4d72e1558fa.tar.gz system_core-f3c42b6ee4f0bb042cf93e1ac6c9c4d72e1558fa.tar.bz2 |
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: I71c426dab1b725e401116234167d41c7ccd958c1
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index f230965..9a8ea0f 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 |