init.rc: Add Nexus to services (disabled for now)
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
parent
dc266073e7
commit
269946c09f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue