diff options
author | Brad Fitzpatrick <bradfitz@android.com> | 2010-09-21 17:44:45 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-21 17:44:45 -0700 |
commit | d7482b2f4cdd6a35f8707d94536801a958120b6b (patch) | |
tree | e713a606ec0b010b4dbcb9e3364a101425b56b57 /rootdir | |
parent | d06df51bcd7bcc2656089a529fa6a455bad00d37 (diff) | |
parent | 33357f5477a24cb16bd3dd692fe5ca14755ab033 (diff) | |
download | system_core-d7482b2f4cdd6a35f8707d94536801a958120b6b.zip system_core-d7482b2f4cdd6a35f8707d94536801a958120b6b.tar.gz system_core-d7482b2f4cdd6a35f8707d94536801a958120b6b.tar.bz2 |
am 33357f54: am 6490257d: Make netd restart when system server hangs on it.
Merge commit '33357f5477a24cb16bd3dd692fe5ca14755ab033'
* commit '33357f5477a24cb16bd3dd692fe5ca14755ab033':
Make netd restart when system server hangs on it.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 29f672a..384216a 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -323,6 +323,7 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys onrestart write /sys/android_power/request_state wake onrestart write /sys/power/state on onrestart restart media + onrestart restart netd service drm /system/bin/drmserver user drm |