cm: Fix compcache startup
Can't run a script on /system in "on boot" because /system isn't mounted yet.
This commit is contained in:
parent
e4b633ee07
commit
fe18fc31a6
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue