Launch bluetooth-share process by systemd 66/76966/1 accepted/tizen/common/20160629.222413 accepted/tizen/ivi/20160629.020430 accepted/tizen/mobile/20160629.020504 accepted/tizen/tv/20160629.020442 accepted/tizen/wearable/20160629.020449 submit/tizen/20160628.064957
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 28 Jun 2016 06:43:32 +0000 (15:43 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 28 Jun 2016 06:43:32 +0000 (15:43 +0900)
Change-Id: I54193a29a38007a562e4cdf4b16e3662c6842552
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
scripts/mobile/bt-stack-up.sh

index e032d13..e39ff26 100755 (executable)
@@ -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