replicant-vendor_replicant/prebuilt/common/etc/init.local.rc
2010-07-07 09:08:59 -04:00

20 lines
391 B
Plaintext

# CyanogenMod Extras
# Compcache
service compcache_on /system/bin/logwrapper /system/bin/sh /system/bin/compcache start
disabled
oneshot
service compcache_off /system/bin/logwrapper /system/bin/sh /system/bin/compcache stop
disabled
oneshot
on property:persist.service.compcache=1
start compcache_on
on property:persist.service.compcache=0
start compcache_off