summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-05-16 00:42:37 -0700
committerSteve Kondik <steve@cyngn.com>2016-05-16 00:42:37 -0700
commit8284bce0e87d18e0779b12b63797515406c2d553 (patch)
tree0404746ea67f1051778f7f106ce3d141d425106c
parent784c22c8388e50db243ac4ca3871747cd3eefadc (diff)
downloadsystem_core-8284bce0e87d18e0779b12b63797515406c2d553.zip
system_core-8284bce0e87d18e0779b12b63797515406c2d553.tar.gz
system_core-8284bce0e87d18e0779b12b63797515406c2d553.tar.bz2
rootdir: Put bootanimation service in system-background group
* This keeps it from hogging the big cores and heating up the device. Change-Id: I0ba6abef537ad65978dd77ec706f6e3777cac804
-rw-r--r--rootdir/init.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 78adacc..ec5a2f6 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -693,6 +693,7 @@ service bootanim /system/bin/bootanimation
group graphics audio
disabled
oneshot
+ writepid /dev/cpuset/system-background/tasks
service gatekeeperd /system/bin/gatekeeperd /data/misc/gatekeeper
class late_start