From 7c6020ba53b4b0c2560c11b2aae0e579f44aee29 Mon Sep 17 00:00:00 2001 From: Tim Kilbourn Date: Tue, 5 May 2015 17:01:32 -0700 Subject: [PATCH] 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 --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 8ec7c9ade..4efb035c4 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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