Remove dead services from init.rc.
This commit is contained in:
parent
6f957c3f25
commit
bbfe1368d9
|
@ -283,13 +283,6 @@ service vold /system/bin/vold
|
|||
service netd /system/bin/netd
|
||||
socket netd stream 0660 root system
|
||||
|
||||
service nexus /system/bin/nexus
|
||||
socket nexus stream 0660 root system
|
||||
disabled
|
||||
|
||||
#service mountd /system/bin/mountd
|
||||
# socket mountd stream 0660 root mount
|
||||
|
||||
service debuggerd /system/bin/debuggerd
|
||||
|
||||
service ril-daemon /system/bin/rild
|
||||
|
@ -308,11 +301,6 @@ service media /system/bin/mediaserver
|
|||
user media
|
||||
group system audio camera graphics inet net_bt net_bt_admin
|
||||
|
||||
service bootsound /system/bin/playmp3
|
||||
user media
|
||||
group audio
|
||||
oneshot
|
||||
|
||||
service bootanim /system/bin/bootanimation
|
||||
user graphics
|
||||
group graphics
|
||||
|
|
Loading…
Reference in New Issue