blob: ea900c4f7028101bea3dbdf519793cb7169e252d [file] [log] [blame]
Steve Kondika89711a2010-07-07 09:06:13 -04001# CyanogenMod Extras
2
Steve Kondika89711a2010-07-07 09:06:13 -04003# Compcache
4service compcache_on /system/bin/logwrapper /system/bin/sh /system/bin/compcache start
5 disabled
6 oneshot
7
8service compcache_off /system/bin/logwrapper /system/bin/sh /system/bin/compcache stop
9 disabled
10 oneshot
11
12on property:persist.service.compcache=1
13 start compcache_on
14
15on property:persist.service.compcache=0
16 start compcache_off
17
18
19