Merge "Replace writepid with task_profiles command for cgroup migration"
This commit is contained in:
commit
e6c77a0578
7 changed files with 7 additions and 7 deletions
|
|
@ -5,4 +5,4 @@ service tombstoned /system/bin/tombstoned
|
|||
socket tombstoned_crash seqpacket 0666 system system
|
||||
socket tombstoned_intercept seqpacket 0666 system system
|
||||
socket tombstoned_java_trace seqpacket 0666 system system
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
task_profiles ServiceCapacityLow
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
service gatekeeperd /system/bin/gatekeeperd /data/misc/gatekeeper
|
||||
class late_start
|
||||
user system
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
task_profiles ServiceCapacityLow
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ service llkd-1 /system/bin/llkd
|
|||
capabilities KILL IPC_LOCK SYS_PTRACE DAC_OVERRIDE SYS_ADMIN
|
||||
file /dev/kmsg w
|
||||
file /proc/sysrq-trigger w
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
task_profiles ServiceCapacityLow
|
||||
|
|
|
|||
|
|
@ -42,4 +42,4 @@ service llkd-0 /system/bin/llkd
|
|||
capabilities KILL IPC_LOCK
|
||||
file /dev/kmsg w
|
||||
file /proc/sysrq-trigger w
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
task_profiles ServiceCapacityLow
|
||||
|
|
|
|||
|
|
@ -12,5 +12,5 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys
|
|||
onrestart restart media
|
||||
onrestart restart netd
|
||||
onrestart restart wificond
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
task_profiles ProcessCapacityHigh
|
||||
critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
|
||||
|
|
|
|||
|
|
@ -12,5 +12,5 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
|||
onrestart restart media
|
||||
onrestart restart netd
|
||||
onrestart restart wificond
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
task_profiles ProcessCapacityHigh
|
||||
critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@ service storaged /system/bin/storaged
|
|||
capabilities DAC_READ_SEARCH
|
||||
priority 10
|
||||
file /d/mmc0/mmc0:0001/ext_csd r
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
task_profiles ServiceCapacityLow
|
||||
user root
|
||||
group package_info
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue