OSDN Git Service

generic_x86: add the dhcpcd service
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 4 Aug 2010 09:39:10 +0000 (17:39 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 26 Nov 2010 07:07:29 +0000 (15:07 +0800)
target/board/generic_x86/init.rc

index 08e4910..107c57a 100644 (file)
@@ -413,5 +413,9 @@ service dumpstate /system/bin/dumpstate -s
     disabled
     oneshot
 
+service dhcpcd /system/bin/dhcpcd -o domain_name_servers -ABKL
+    disabled
+    oneshot
+
 #Please do not change anything below this line. If you want to add new service, add it above this line
 #REMOVE FROM HERE