Don't restart zygote when inputflinger dies.

During development it is useful to be able to kill inputflinger and have
init restart it without bringing down the entire system server.

Change-Id: I8b13b94331c5045086db2f5c73a8f49efc5992cb
This commit is contained in:
Tim Kilbourn 2015-05-05 17:01:32 -07:00
parent f8fcd6a616
commit 7c6020ba53

View file

@ -583,7 +583,7 @@ service inputflinger /system/bin/inputflinger
class main
user system
group input
onrestart restart zygote
# onrestart restart zygote
service drm /system/bin/drmserver
class main