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