sanders: init: /system/vendor -> /vendor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user