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
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 9f3020f..353be3c 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -357,7 +357,7 @@
     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