Fix the systemd's running state 76/208976/1 accepted/tizen/unified/20190702.114921 submit/tizen/20190702.010324
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 1 Jul 2019 23:49:42 +0000 (08:49 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 1 Jul 2019 23:49:42 +0000 (08:49 +0900)
Change-Id: I425decb13f7ffe7239413feb8f66c8211c8b2cb9
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/bluetooth-share-start.service

index 2d0b2a9..26feaf7 100644 (file)
@@ -4,11 +4,9 @@ Description=Service to run bluetooth-share normally
 [Service]
 User=network_fw
 Group=network_fw
-Type=oneshot
 SmackProcessLabel=System
 SupplementaryGroups=priv_mediastorage priv_externalstorage
 ExecStartPre=/usr/bin/rm -f /run/.bluetooth_share_start
 ExecStart=/usr/bin/bluetooth-share
-SuccessExitStatus=1
 StartLimitInterval=1
 StartLimitBurst=10