replicant-vendor_replicant/prebuilt/common/etc/init.local.rc
Steve Kondik fe18fc31a6 cm: Fix compcache startup
Can't run a script on /system in "on boot" because /system isn't
mounted yet.
2010-08-20 13:17:37 -04:00

8 lines
139 B
Plaintext

# CyanogenMod Extras
# Compcache - handle at boot
service compcache /system/bin/handle_compcache
user root
group root
oneshot