Use the kill command instead of killall
[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 User=network_fw
6 Group=network_fw
7 Type=oneshot
8 SmackProcessLabel=System
9 SupplementaryGroups=priv_mediastorage priv_externalstorage
10 ExecStartPre=/usr/bin/rm -f /run/.bluetooth_share_start
11 ExecStart=/usr/bin/bluetooth-share
12 RemainAfterExit=no
13 SuccessExitStatus=1
14 StartLimitInterval=1
15 StartLimitBurst=10