diff options
author | Sahitya Tummala <stummala@codeaurora.org> | 2017-07-21 11:47:15 +0530 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-27 22:29:41 +0100 |
commit | 0e90fc10d51030cb63189947b1c205bbb27e7cea (patch) | |
tree | b99c4ac5d50ef299c3d00a795514218db565af34 | |
parent | a68befa55060b779e609bb659c5d9580f21ff3f4 (diff) |
msm8996-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
-rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 6bb20c7..93b53b2 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -658,6 +658,7 @@ service rmt_storage /vendor/bin/rmt_storage user root group root system wakelock shutdown critical + ioprio rt 0 writepid /dev/cpuset/system-background/tasks service tftp_server /vendor/bin/tftp_server |