diff options
author | Chia-chi Yeh <chiachi@android.com> | 2010-02-18 12:22:24 +0800 |
---|---|---|
committer | Chia-chi Yeh <chiachi@android.com> | 2010-02-22 09:32:16 +0800 |
commit | bbfe1368d909be470f919b2349a974bee8dd0a9c (patch) | |
tree | 96db5ea52289f353d76cc8de6c4a9d13acba6681 /rootdir | |
parent | 6f957c3f25ed96a5ea13122764c66e18f1e72d2d (diff) | |
download | system_core-bbfe1368d909be470f919b2349a974bee8dd0a9c.zip system_core-bbfe1368d909be470f919b2349a974bee8dd0a9c.tar.gz system_core-bbfe1368d909be470f919b2349a974bee8dd0a9c.tar.bz2 |
Remove dead services from init.rc.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index b32927d..ea79490 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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 |