Modify the wearable's stack up script
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluez-start.service
1 [Unit]
2 Description=Service to run Bluetoothd normally
3
4 [Service]
5 Type=oneshot
6 SmackProcessLabel=System
7 ExecStartPre=/usr/bin/rm -f /run/.bluez_start
8 ExecStart=/usr/bin/systemctl start --no-block bluetooth.service
9 RemainAfterExit=yes
10 SuccessExitStatus=1
11 StartLimitInterval=1
12 StartLimitBurst=10