mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Fix init.qcom.rc intendation
This commit is contained in:
parent
e52e518e5d
commit
4b809e4a3e
1 changed files with 22 additions and 22 deletions
|
@ -1639,36 +1639,36 @@ service qcamerasvr /system/bin/mm-qcamera-daemon
|
||||||
writepid /dev/cpuset/camera-daemon/tasks
|
writepid /dev/cpuset/camera-daemon/tasks
|
||||||
|
|
||||||
service qseecomd /system/bin/qseecomd
|
service qseecomd /system/bin/qseecomd
|
||||||
class core
|
class core
|
||||||
user root
|
user root
|
||||||
group root
|
group root
|
||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
service perfd /system/vendor/bin/perfd
|
service perfd /system/vendor/bin/perfd
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
disabled
|
disabled
|
||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
service thermal-engine /system/vendor/bin/thermal-engine
|
service thermal-engine /system/vendor/bin/thermal-engine
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
socket thermal-send-client stream 0666 system system
|
socket thermal-send-client stream 0666 system system
|
||||||
socket thermal-recv-client stream 0660 system system
|
socket thermal-recv-client stream 0660 system system
|
||||||
socket thermal-recv-passive-client stream 0666 system system
|
socket thermal-recv-passive-client stream 0666 system system
|
||||||
group root
|
group root
|
||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
service time_daemon /system/bin/time_daemon
|
service time_daemon /system/bin/time_daemon
|
||||||
class late_start
|
class late_start
|
||||||
user root
|
user root
|
||||||
group root
|
group root
|
||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
service audiod /system/bin/audiod
|
service audiod /system/bin/audiod
|
||||||
class late_start
|
class late_start
|
||||||
user system
|
user system
|
||||||
group system
|
group system
|
||||||
|
|
||||||
service adsprpcd /system/bin/adsprpcd
|
service adsprpcd /system/bin/adsprpcd
|
||||||
class main
|
class main
|
||||||
|
|
Loading…
Reference in a new issue