You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
442 B
22 lines
442 B
import /vendor/etc/init/hw/init.beagle_x15board.usb.rc
|
|
|
|
on post-fs-data
|
|
|
|
setprop vold.post_fs_data_done 1
|
|
|
|
#enabling thermal zone for mpu
|
|
write /sys/class/thermal/thermal_zone0/mode enabled
|
|
|
|
on fs
|
|
mount_all /vendor/etc/fstab.beagle_x15board
|
|
|
|
on post-fs
|
|
# set RLIMIT_MEMLOCK to 64MB
|
|
setrlimit 8 67108864 67108864
|
|
|
|
service pvrsrvinit /vendor/bin/pvrsrvctl --start
|
|
class core
|
|
user root
|
|
group root
|
|
oneshot
|