Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0cb74e3 authored by San Mehat's avatar San Mehat
Browse files

rootdir: init.rc: Enable I/O priorities for media server and vold



Sets the media-server to class 'real-time' pri 4, and vold to class 'best effort'
pri 2

Signed-off-by: default avatarSan Mehat <san@google.com>
parent 4e221f00
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -281,6 +281,7 @@ service servicemanager /system/bin/servicemanager

service vold /system/bin/vold
    socket vold stream 0660 root mount
    ioprio be 2

service netd /system/bin/netd
    socket netd stream 0660 root system
@@ -302,6 +303,7 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys
service media /system/bin/mediaserver
    user media
    group system audio camera graphics inet net_bt net_bt_admin
    ioprio rt 4

service bootanim /system/bin/bootanimation
    user graphics