23 lines
479 B
Plaintext
23 lines
479 B
Plaintext
# CyanogenMod Extras
|
|
|
|
# Run scripts in /system/etc/init.d
|
|
exec /system/xbin/run-parts /system/etc/init.d
|
|
|
|
# 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
|
|
|
|
|
|
|