diff options
author | tunturn <arbiter1000@gmail.com> | 2017-03-09 22:53:20 +1100 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-03-14 13:17:36 +0100 |
commit | 210184d4e38575f6c829a4c66a65a382454ba541 (patch) | |
tree | 543e901dcb947d4b5fba6b1091e0245526c82381 /rootdir/init.qcom.rc | |
parent | 792ed4e38d3b92c93e9aaa9636f665c08386c834 (diff) |
shinano-common: move rmt_storage service back to init.qcom.rc
Change-Id: I6fbc6fd3d89ab797e4e781af98baba3dc889d8ed
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index c97cfca..44d7697 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -561,6 +561,11 @@ service irsc_util /system/bin/irsc_util "/etc/sec_config" user root oneshot +service rmt_storage /system/bin/rmt_storage + class core + user root + group system wakelock + service sensors /system/bin/sensors.qcom class core user root |