msm8937-common: 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
29c623b15f
commit
fb2cbf374f
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ service rmt_storage /vendor/bin/rmt_storage
|
|||
user root
|
||||
group system wakelock
|
||||
shutdown critical
|
||||
ioprio rt 0
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
||||
service tftp_server /vendor/bin/tftp_server
|
||||
|
|
Loading…
Reference in a new issue