land: rootdir: Add cpuset for leftover bins
This commit is contained in:
parent
9d7267d0be
commit
37c9f53270
1 changed files with 3 additions and 3 deletions
|
@ -556,7 +556,7 @@ service msm_irqbalance /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqb
|
|||
class late_start
|
||||
user root
|
||||
group root
|
||||
# writepid /dev/cpuset/system-background/tasks
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
||||
service wfdservice /system/bin/wfdservice
|
||||
class main
|
||||
|
@ -614,7 +614,7 @@ service qcamerasvr /system/bin/mm-qcamera-daemon
|
|||
class late_start
|
||||
user camera
|
||||
group camera system inet input graphics
|
||||
# writepid /dev/cpuset/system-background/tasks
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
||||
# Allow usb charging to be disabled peristently
|
||||
on property:persist.usb.chgdisabled=1
|
||||
|
@ -634,7 +634,7 @@ service perfd /system/vendor/bin/perfd
|
|||
group root readproc
|
||||
socket perfd seqpacket 0666 root system
|
||||
disabled
|
||||
# writepid /dev/cpuset/system-background/tasks
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
||||
service thermal-engine /system/vendor/bin/thermal-engine
|
||||
class main
|
||||
|
|
Loading…
Reference in a new issue