Skip to content

Commit

Permalink
Remove duplicates and fix service name
Browse files Browse the repository at this point in the history
And remove invalid uid

Change-Id: I4c930d0d881b2088c23a03e0728ff2abdfcd4944
  • Loading branch information
epinter committed Jan 24, 2013
1 parent 2c21f7b commit 0038e52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions root/init.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,6 @@ service iprenew_p2p /system/bin/logwrapper /system/bin/dhcpcd -n -d
disabled
oneshot

service iprenew_usbeth0 /system/bin/dhcpcd -nBK
class late_start
disabled
oneshot

service dhcpcd_bnep0 /system/bin/dhcpcd -B -t 30
class late_start
disabled
Expand Down
6 changes: 3 additions & 3 deletions root/init.target.rc
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ on property:tcmd.utag=1

service tcmd /system/bin/tcmd
class core
group mot_tcmd radio mot_pwric input system log camera graphics mot_accy sdcard_rw audio inet bluetooth wifi compass net_bt_admin mot_tombstone mot_tpapi mount net_raw net_admin mot_whisper media shell mot_usb nfc fm_radio
group mot_tcmd radio mot_pwric input system log camera graphics mot_accy sdcard_rw audio inet bluetooth wifi compass net_bt_admin mot_tombstone mot_tpapi mount net_raw net_admin mot_whisper media shell mot_usb nfc
socket local_tcmd stream 0660 mot_tcmd mot_tcmd
socket batch_socket stream 0600 mot_tcmd mot_tcmd
oneshot
Expand Down Expand Up @@ -726,10 +726,10 @@ service p2p_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant \
disabled
oneshot

service location-mq /system/bin/logwrapper /system/bin/location-mq
service location_mq /system/bin/logwrapper /system/bin/location-mq
class late_start
user root

service xtwifi-inet-agent /system/bin/logwrapper /system/bin/xtwifi-inet-agent
service xtwifi_inet_agent /system/bin/logwrapper /system/bin/xtwifi-inet-agent
class late_start
user root

0 comments on commit 0038e52

Please sign in to comment.