mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: init: Set ioprio for rmt_storage service
Earlier, this used to be set from rmt_storage service with sys_admin capability. But now, that capability is dropped off and hence, set it here in init scripts. Change-Id: Ie8a3895c2b63da35d78fb9e571d74b735c969520
This commit is contained in:
parent
4e61f543da
commit
b6a27cf7a5
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ service rmt_storage /vendor/bin/rmt_storage
|
|||
class core
|
||||
user root
|
||||
group system wakelock
|
||||
ioprio rt 0
|
||||
|
||||
service thermal-engine /vendor/bin/thermal-engine -c /vendor/etc/thermal-engine-8226.conf
|
||||
class main
|
||||
|
|
Loading…
Reference in a new issue