summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.juno.rc9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.juno.rc b/init.juno.rc
index b6bc20e..a5bbc12 100644
--- a/init.juno.rc
+++ b/init.juno.rc
@@ -98,3 +98,12 @@ service clock-init /system/bin/hwclock
service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
class late_start
+
+on property:sys.boot_completed=1
+ start dns_eth0
+
+service dns_eth0 /system/bin/sh /system/bin/svc netd setdefaultifdns eth0 8.8.8.8
+ user root
+ group root
+ disabled
+ oneshot