1import /vendor/etc/init/hw/init.beagle_x15board.usb.rc
2
3on post-fs-data
4
5    setprop vold.post_fs_data_done 1
6
7    #enabling thermal zone for mpu
8    write /sys/class/thermal/thermal_zone0/mode enabled
9
10on fs
11    mount_all /vendor/etc/fstab.beagle_x15board
12
13on post-fs
14    # set RLIMIT_MEMLOCK to 64MB
15    setrlimit 8 67108864 67108864
16
17service pvrsrvinit /vendor/bin/pvrsrvctl --start
18    class core
19    user root
20    group root
21    oneshot
22