diff options
author | Alexander Diewald <Diewi@diewald-net.com> | 2017-11-28 15:49:49 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | 281e1c378aaa1b7197051f9a1e4f0d75b60dcac8 (patch) | |
tree | e03d943450732f3da5b26939afc30593a2d97e0c /rootdir/init.qcom.rc | |
parent | 154011abb8b0e9cc67c5f0620f18e080f3ae983e (diff) |
shinano: Move shell scripts to system/vendor.
* Scripts use the /system/vendor/bin/sh shebang now.
* Move shell scripts from system/etc to vendor/system/bin.
* Adjust init files.
Change-Id: Ib0b9eb59305425b415e2681e7943f9ebfa6480d4
Signed-off-by: Alexander Diewald <Diewi@diewald-net.com>
Signed-off-by: Arian <arian.kulmer@web.de>
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 1bbc442..d1c90d1 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -511,7 +511,7 @@ service sensors /system/vendor/bin/sensors.qcom user root group root wakelock -service qcom-sensor-sh /system/bin/sh /system/vendor/etc/init.qcom-sensor.sh +service qcom-sensor-sh /system/vendor/bin/init.qcom-sensor.sh class main user root oneshot |