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
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 8ec7c9a..4efb035 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -583,7 +583,7 @@
     class main
     user system
     group input
-    onrestart restart zygote
+#    onrestart restart zygote
 
 service drm /system/bin/drmserver
     class main