rootdir: move RGX service to the service section
This commit is contained in:
@@ -197,13 +197,6 @@ on fs
|
||||
write /proc/bootprof "INIT:eMMC:Mount_END"
|
||||
setprop ro.crypto.fuse_sdcard true
|
||||
|
||||
# RGX init
|
||||
service pvrsrvctl /system/vendor/bin/pvrsrvctl --start
|
||||
class core
|
||||
user root
|
||||
group root
|
||||
oneshot
|
||||
|
||||
on post-fs-data
|
||||
mkdir /data/nvram 2771 root system
|
||||
mkdir /data/media 0770 media_rw media_rw
|
||||
@@ -442,6 +435,13 @@ on charger
|
||||
|
||||
########## SERVICES ##########
|
||||
|
||||
# RGX init
|
||||
service pvrsrvctl /system/vendor/bin/pvrsrvctl --start
|
||||
class core
|
||||
user root
|
||||
group root
|
||||
oneshot
|
||||
|
||||
# drm operation server
|
||||
service kisd /system/bin/kisd
|
||||
class main
|
||||
|
||||
Reference in New Issue
Block a user