mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: rootdir: call init.gesture.sh on boot
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
9e8121393c
commit
5ead707f36
|
@ -102,3 +102,12 @@ on property:sys.boot_completed=1
|
||||||
write /sys/kernel/tracing/instances/mmstat/events/mmstat/enable 1
|
write /sys/kernel/tracing/instances/mmstat/events/mmstat/enable 1
|
||||||
write /sys/kernel/tracing/instances/mmstat/tracing_on 1
|
write /sys/kernel/tracing/instances/mmstat/tracing_on 1
|
||||||
|
|
||||||
|
service gesture_service_sh /vendor/bin/init.gesture.sh
|
||||||
|
class main
|
||||||
|
user root
|
||||||
|
group root system
|
||||||
|
disabled
|
||||||
|
oneshot
|
||||||
|
|
||||||
|
on property:sys.boot_completed=1
|
||||||
|
start gesture_service_sh
|
||||||
|
|
Loading…
Reference in a new issue