diff options
| author | Caner Aydın <punisher_caner@windowslive.com> | 2016-09-26 11:36:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-26 11:36:20 +0300 |
| commit | 8da4c1f5b934c7f805f37fef6c6fd7b5494c914f (patch) | |
| tree | 5c0ebc768446a5514230a199d4fffdc1ed35ef47 | |
| parent | afd6e977a0308b377b227352b0a015794417ac2b (diff) | |
Remove dhcpd, dhcpd is not more supported.
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 65 |
1 files changed, 1 insertions, 64 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 4843c75..62f12d2 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -267,10 +267,7 @@ on boot chown system system /sys/class/leds/red/on_off_ms chown system system /sys/class/leds/green/on_off_ms chown system system /sys/class/leds/blue/on_off_ms - -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - + on property:bluetooth.isEnabled=true write /sys/class/bluetooth/hci0/idle_timeout 7000 @@ -405,66 +402,6 @@ service wpa_supplicant /system/bin/wpa_supplicant \ disabled oneshot -service dhcpcd_wlan0 /system/bin/dhcpcd -ABKLG - class late_start - disabled - oneshot - -service dhcpcd_p2p /system/bin/dhcpcd -ABKLG - 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_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 dhcpcd_bnep0 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep1 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep2 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep3 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep4 /system/bin/dhcpcd -BKLG - 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 |
