land: Clean up init - part 1.5
* Remove duplicate perfd definition * Remove invalid options Change-Id: I7ec3a5a921f18fc280d181f199a5c587fe269096
This commit is contained in:
parent
5936de1264
commit
c98b80097b
1 changed files with 1 additions and 8 deletions
|
@ -391,12 +391,6 @@ on class_start:late_start
|
||||||
chown radio radio /data/misc/radio/qcril.db
|
chown radio radio /data/misc/radio/qcril.db
|
||||||
write /data/misc/radio/db_check_done 1
|
write /data/misc/radio/db_check_done 1
|
||||||
|
|
||||||
service perfd /system/vendor/bin/perfd
|
|
||||||
class main
|
|
||||||
user root
|
|
||||||
disabled
|
|
||||||
socket perfd seqpacket 0666 root system
|
|
||||||
|
|
||||||
service iop /system/bin/iop
|
service iop /system/bin/iop
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
|
@ -918,7 +912,6 @@ service fingerprintd /system/bin/fingerprintd
|
||||||
socket fpce stream 0666 system system
|
socket fpce stream 0666 system system
|
||||||
user system
|
user system
|
||||||
group system sdcard_rw
|
group system sdcard_rw
|
||||||
system system
|
|
||||||
disabled
|
disabled
|
||||||
|
|
||||||
service gx_fpd /system/bin/gx_fpd
|
service gx_fpd /system/bin/gx_fpd
|
||||||
|
@ -957,6 +950,7 @@ service qseecomd /system/bin/qseecomd
|
||||||
service perfd /system/vendor/bin/perfd
|
service perfd /system/vendor/bin/perfd
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
|
socket perfd seqpacket 0666 root system
|
||||||
disabled
|
disabled
|
||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
|
@ -982,7 +976,6 @@ service wcnss-service /system/bin/wcnss_service
|
||||||
class main
|
class main
|
||||||
user system
|
user system
|
||||||
group system wifi radio
|
group system wifi radio
|
||||||
restart
|
|
||||||
|
|
||||||
service imsqmidaemon /system/bin/imsqmidaemon
|
service imsqmidaemon /system/bin/imsqmidaemon
|
||||||
class main
|
class main
|
||||||
|
|
Loading…
Reference in a new issue