summaryrefslogtreecommitdiff
path: root/init.bullhead.rc
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2016-02-25 14:52:17 +0900
committerLorenzo Colitti <lorenzo@google.com>2016-02-25 14:52:56 +0900
commit4ef5fa4fd837c94fd525b811ac5bd2854cf9f971 (patch)
treea096c85cb16b54d0a9016a914caa4ced7b655279 /init.bullhead.rc
parent98de9e27a18f335064bbbfb3887a87df6b03ab52 (diff)
downloadbullhead-4ef5fa4fd837c94fd525b811ac5bd2854cf9f971.tar.gz
Delete dhcpcd init entries, since dhcpcd is no more.
Bug: 27192644 Change-Id: I3a682a96bb14977678159c5bd6ee361b92763905
Diffstat (limited to 'init.bullhead.rc')
-rw-r--r--init.bullhead.rc41
1 files changed, 0 insertions, 41 deletions
diff --git a/init.bullhead.rc b/init.bullhead.rc
index 0ac6352..8d129af 100644
--- a/init.bullhead.rc
+++ b/init.bullhead.rc
@@ -266,14 +266,6 @@ on property:wc_transport.start_hci=true
on property:wc_transport.start_hci=false
stop start_hci_filter
-service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG
- disabled
- oneshot
-
-service iprenew_bt-pan /system/bin/dhcpcd -n
- disabled
- oneshot
-
# QMUX must be in multiple groups to support external process connections
service qmuxd /system/bin/qmuxd
class main
@@ -332,9 +324,6 @@ service thermal-engine /system/bin/thermal-engine
socket thermal-recv-passive-client stream 0666 system system
group root
-on property:init.svc.wpa_supplicant=stopped
- stop dhcpcd
-
service wpa_supplicant /system/bin/wpa_supplicant \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
@@ -364,36 +353,6 @@ service p2p_supplicant /system/bin/wpa_supplicant \
disabled
oneshot
-service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL
- class late_start
- disabled
- oneshot
-
-service dhcpcd_p2p /system/bin/dhcpcd -aABKL
- class late_start
- disabled
- oneshot
-
-service iprenew_wlan0 /system/bin/dhcpcd -n
- class late_start
- disabled
- oneshot
-
-service iprenew_p2p /system/bin/dhcpcd -n
- class late_start
- disabled
- oneshot
-
-service dhcpcd_eth0 /system/bin/dhcpcd -aABDKL
- class late_start
- disabled
- oneshot
-
-service iprenew_eth0 /system/bin/dhcpcd -n
- class late_start
- disabled
- oneshot
-
service loc_launcher /system/bin/loc_launcher
#loc_launcher will start as root and set its uid to gps
class late_start