Steve Kondik | a89711a | 2010-07-07 09:06:13 -0400 | [diff] [blame] | 1 | # CyanogenMod Extras |
2 | |||||
Steve Kondik | a89711a | 2010-07-07 09:06:13 -0400 | [diff] [blame] | 3 | # Compcache |
4 | service compcache_on /system/bin/logwrapper /system/bin/sh /system/bin/compcache start | ||||
5 | disabled | ||||
6 | oneshot | ||||
7 | |||||
8 | service compcache_off /system/bin/logwrapper /system/bin/sh /system/bin/compcache stop | ||||
9 | disabled | ||||
10 | oneshot | ||||
11 | |||||
12 | on property:persist.service.compcache=1 | ||||
13 | start compcache_on | ||||
14 | |||||
15 | on property:persist.service.compcache=0 | ||||
16 | start compcache_off | ||||
17 | |||||
18 | |||||
19 |