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
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 657797e..7a7f3e7 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -377,7 +377,7 @@
     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