From 61744b95d049f78ee1483b1a8f421e95a91725fa Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Mon, 18 Sep 2017 13:36:30 -0700 Subject: recovery: reduce overall boot time Move recovery-refresh and recovery-persist to onshot exec_background. synchronous exec commands impact boot time. Test: none Bug: 65736247 Change-Id: Ic065c27b21f9bacbadee1e8c07bb15e2c41e0082 --- recovery-refresh.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recovery-refresh.rc') diff --git a/recovery-refresh.rc b/recovery-refresh.rc index 14b05cca4..9fefc819b 100644 --- a/recovery-refresh.rc +++ b/recovery-refresh.rc @@ -1,2 +1,2 @@ on post-fs - exec - system log -- /system/bin/recovery-refresh + exec_background - system log -- /system/bin/recovery-refresh -- cgit v1.2.3