From fe18fc31a6046fdb90dc97ca0ed4075bf198f32e Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Fri, 20 Aug 2010 13:17:37 -0400 Subject: [PATCH] cm: Fix compcache startup Can't run a script on /system in "on boot" because /system isn't mounted yet. --- prebuilt/common/etc/init.local.rc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/prebuilt/common/etc/init.local.rc b/prebuilt/common/etc/init.local.rc index f113f1db..de5a5129 100644 --- a/prebuilt/common/etc/init.local.rc +++ b/prebuilt/common/etc/init.local.rc @@ -1,5 +1,7 @@ # CyanogenMod Extras -on boot - # Compcache - exec /system/bin/handle_compcache +# Compcache - handle at boot +service compcache /system/bin/handle_compcache + user root + group root + oneshot