From: DoHyun Pyun Date: Tue, 28 Jun 2016 06:43:32 +0000 (+0900) Subject: Launch bluetooth-share process by systemd X-Git-Tag: accepted/tizen/common/20160629.222413^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=185fc498b06e188320bcf9a61d0b41b619484b2d;hp=8f2c0e1f1fcb48503269faf2e78ef444a6ceff2d;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git Launch bluetooth-share process by systemd Change-Id: I54193a29a38007a562e4cdf4b16e3662c6842552 Signed-off-by: DoHyun Pyun --- 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