OSDN Git Service

Revert "init: Fix sensors never detected when not available at first boot"
[android-x86/device-generic-common.git] / init.x86.rc
index 2acb05c..2fa4d83 100644 (file)
@@ -83,6 +83,16 @@ service iprenew_eth0 /system/bin/dhcpcd -n
     disabled
     oneshot
 
+service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG
+    class late_start
+    disabled
+    oneshot
+
+service iprenew_bt-pan /system/bin/dhcpcd -n
+    class late_start
+    disabled
+    oneshot
+
 service nativebridge /system/bin/enable_nativebridge
     class main
     disabled