sanders: init: /system/vendor -> /vendor

This commit is contained in:
Vachounet
2018-05-15 10:57:48 +02:00
committed by therootlord
parent e8de4d1208
commit 7207d67758
2 changed files with 39 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
# Moto USB configuration
import /system/vendor/etc/init/hw/init.mmi.usb.rc
import /vendor/etc/init/hw/init.mmi.usb.rc
on early-boot
write /sys/module/subsystem_restart/parameters/disable_restart_work 0x0
@@ -219,7 +219,7 @@ on boot
write /sys/module/binder/parameters/debug_mask 0x5
# Pass carrier to wlan
service init_wifi /system/vendor/bin/sh /system/vendor/bin/wlan_carrier_bin.sh
service init_wifi /vendor/bin/sh /vendor/bin/wlan_carrier_bin.sh
class main
user root
group root
@@ -251,20 +251,20 @@ on property:ro.boot.dualsim=false
on property:ro.boot.hwrev=*
start mmi-boot-sh
service adspd /system/vendor/bin/adspd
service adspd /vendor/bin/adspd
class main
socket adspdsock stream 0660 system audio
user audio
group audio input diag
service mmi-boot-sh /system/vendor/bin/sh /system/vendor/bin/init.mmi.boot.sh
service mmi-boot-sh /vendor/bin/sh /vendor/bin/init.mmi.boot.sh
class core
user root
oneshot
disabled
# Sanders uses qcom sensor service
service sensors /system/vendor/bin/sensors.qcom
service sensors /vendor/bin/sensors.qcom
class core
user root
group root
@@ -274,7 +274,7 @@ service charge_only_mode /system/bin/charge_only_mode
group graphics system input
disabled
service thermal-com /system/vendor/bin/thermal-engine --minimode
service thermal-com /vendor/bin/thermal-engine --minimode
class main
user root
disabled
@@ -296,4 +296,4 @@ on property:ro.bootmode=normal
on property:sys.boot_completed=1
# Enable ZRAM on boot_complete
swapon_all /system/vendor/etc/fstab.qcom
swapon_all /vendor/etc/fstab.qcom