diff options
author | Todd Kjos <tkjos@google.com> | 2016-02-23 09:00:36 -0800 |
---|---|---|
committer | Todd Kjos <tkjos@google.com> | 2016-02-23 09:08:54 -0800 |
commit | 11cde567a8fd6fd37cd462e24dd97d0f57bb12a4 (patch) | |
tree | 3d708a019bf7bf751cb5fcb80fa94ed7be0471cb /rootdir/init.zygote32.rc | |
parent | 14ae3f2b505845cb3b478fdc965143f4177986c6 (diff) |
Mount schedTune cgroup as /dev/stune
Make stune consistent with the other cgroups mounted under /dev
Change-Id: I0fe7120ad2afbe8e6a3c9f72cc3f465de618d344
Diffstat (limited to 'rootdir/init.zygote32.rc')
-rw-r--r-- | rootdir/init.zygote32.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.zygote32.rc b/rootdir/init.zygote32.rc index 1b1d747ef..22b9d6b15 100644 --- a/rootdir/init.zygote32.rc +++ b/rootdir/init.zygote32.rc @@ -7,4 +7,4 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys onrestart restart cameraserver onrestart restart media onrestart restart netd - writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks + writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks |