diff options
| author | San Mehat <san@google.com> | 2010-01-15 07:48:35 -0800 |
|---|---|---|
| committer | San Mehat <san@google.com> | 2010-01-15 07:48:35 -0800 |
| commit | 192277c0154eff542ddbce27d7c35995c0671748 (patch) | |
| tree | 95a73d257e9cdaf25ded0df9200c4ad152c96c38 /rootdir/init.rc | |
| parent | eab453c612d6d422f863c31da67f00bc4beec914 (diff) | |
| download | system_core-192277c0154eff542ddbce27d7c35995c0671748.tar.gz system_core-192277c0154eff542ddbce27d7c35995c0671748.tar.bz2 system_core-192277c0154eff542ddbce27d7c35995c0671748.zip | |
rootdir: init.rc: Add netd to startup services list
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'rootdir/init.rc')
| -rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index c39af6c3..e0479479 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -267,6 +267,9 @@ service servicemanager /system/bin/servicemanager service vold /system/bin/vold socket vold stream 0660 root mount +service netd /system/bin/netd + socket netd stream 0660 root system + service nexus /system/bin/nexus socket nexus stream 0660 root system disabled |
