blob: 9d7652d4c420bfc0c7f933c94b6ffc3e8951328e [file] [log] [blame]
# 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