init.ranchu.rc: Add dhcpcd_eth0 service

This commit adds dhcpcd service for eth interface which enables
netwoking in the ranchu emulators. Since rild support is not
implemented yet in ranchu version, this is a working solution
for enabling the internet support.

Change-Id: Icdc2ef8c7beec228d3ef54baa1da9319588ebb36
diff --git a/init.ranchu.rc b/init.ranchu.rc
index a53fb2c..c4020f6 100644
--- a/init.ranchu.rc
+++ b/init.ranchu.rc
@@ -49,6 +49,12 @@
     start goldfish-logcat
     start goldfish-setup
 
+# enable dhcpcd on eth0 interface
+service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
+    class main
+    disabled
+    oneshot
+
 # enable Google-specific location features,
 # like NetworkLocationProvider and LocationCollector
     setprop ro.com.google.locationfeatures 1