From d5bcab2e055929599eef587d2ad58ea5b3742fe8 Mon Sep 17 00:00:00 2001 From: Wendly Li Date: Thu, 22 Dec 2022 04:13:27 +0000 Subject: [PATCH] init: start twoshay on boot. Bug: 243079722 Test: Check if twoshay start successfully. Change-Id: Iebcc9d87709277d26c95fb518d9b0075630bffff Signed-off-by: Wendly Li --- conf/init.shiba.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/init.shiba.rc b/conf/init.shiba.rc index 1a36bb3..98fdab9 100644 --- a/conf/init.shiba.rc +++ b/conf/init.shiba.rc @@ -50,3 +50,7 @@ on post-fs-data on post-fs-data chown bluetooth system /proc/bluetooth/timesync +# Start the twoshay touch service +on property:vendor.device.modules.ready=1 + start twoshay +