summaryrefslogtreecommitdiff
path: root/src/bluetooth.service.in
diff options
context:
space:
mode:
authorh.sandeep <h.sandeep@samsung.com>2017-02-02 16:49:57 +0530
committerh.sandeep <h.sandeep@samsung.com>2017-03-28 16:33:31 +0530
commit2fe71a1f4ab196fe6f852e05794a187b2d3ec81b (patch)
tree557e8b03309bbcdc6edfe7828281182557273e80 /src/bluetooth.service.in
parente1364a95f5eb5595a9f01064d8cb3dd10a9d0f40 (diff)
downloadbluez-accepted/tizen_common.tar.gz
bluez-accepted/tizen_common.tar.bz2
bluez-accepted/tizen_common.zip
Change-Id: I5d5a9d9e2e7811af3dd3878b4f740e1f1a019d51 Signed-off-by: h.sandeep <h.sandeep@samsung.com>
Diffstat (limited to 'src/bluetooth.service.in')
-rwxr-xr-xsrc/bluetooth.service.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
index f799f65f..e41c2da4 100755
--- a/src/bluetooth.service.in
+++ b/src/bluetooth.service.in
@@ -1,20 +1,17 @@
[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)
-ConditionPathIsDirectory=/sys/class/bluetooth
[Service]
Type=dbus
BusName=org.bluez
-ExecStart=@libexecdir@/bluetoothd
+ExecStart=/usr/libexec/bluetooth/bluetoothd -d -C
NotifyAccess=main
-#WatchdogSec=10
-#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
ProtectHome=true
ProtectSystem=full
[Install]
-WantedBy=bluetooth.target
+WantedBy=multi-user.target
Alias=dbus-org.bluez.service