diff options
author | San Mehat <san@google.com> | 2009-05-06 11:18:43 -0700 |
---|---|---|
committer | San Mehat <san@google.com> | 2009-05-06 15:20:22 -0700 |
commit | 269946c09faaff88403289bcfa2519e994f75c21 (patch) | |
tree | 2ddae4f2e4bf1e7a39b697df9e2b81878486b388 | |
parent | dc266073e7c3127caedf26671a1c125dc8aadd8d (diff) | |
download | system_core-269946c09faaff88403289bcfa2519e994f75c21.zip system_core-269946c09faaff88403289bcfa2519e994f75c21.tar.gz system_core-269946c09faaff88403289bcfa2519e994f75c21.tar.bz2 |
init.rc: Add Nexus to services (disabled for now)
Signed-off-by: San Mehat <san@google.com>
-rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index e1f1e8a..c20eeaa 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -217,6 +217,10 @@ service servicemanager /system/bin/servicemanager service vold /system/bin/vold socket vold stream 0660 root mount +service nexus /system/bin/nexus + socket nexus stream 0660 root system + disabled + #service mountd /system/bin/mountd # socket mountd stream 0660 root mount |