From 8cc8155ed7128d9489713941fcca3915fbce8190 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 2 Jul 2019 08:49:42 +0900 Subject: [PATCH] Fix the systemd's running state Change-Id: I425decb13f7ffe7239413feb8f66c8211c8b2cb9 Signed-off-by: DoHyun Pyun --- packaging/bluetooth-share-start.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/bluetooth-share-start.service b/packaging/bluetooth-share-start.service index 2d0b2a9..26feaf7 100644 --- a/packaging/bluetooth-share-start.service +++ b/packaging/bluetooth-share-start.service @@ -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 -- 2.7.4