From 185fc498b06e188320bcf9a61d0b41b619484b2d Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 28 Jun 2016 15:43:32 +0900 Subject: [PATCH] Launch bluetooth-share process by systemd Change-Id: I54193a29a38007a562e4cdf4b16e3662c6842552 Signed-off-by: DoHyun Pyun --- scripts/mobile/bt-stack-up.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/mobile/bt-stack-up.sh b/scripts/mobile/bt-stack-up.sh index e032d13..e39ff26 100755 --- a/scripts/mobile/bt-stack-up.sh +++ b/scripts/mobile/bt-stack-up.sh @@ -22,6 +22,8 @@ fi # Execute BlueZ BT stack echo "Run bluetoothd" /usr/libexec/bluetooth/bluetoothd -d -C & -/usr/bin/bluetooth-share & + +echo "Run bluetooth-share by systemd" +systemctl start --no-block bluetooth-share.service exit 0 -- 2.7.4