summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2015-06-09 14:05:57 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2015-06-09 14:05:57 +0900
commit202a1b03faa611235b78462a37973205127488c7 (patch)
treec8d8029d3b6832a40781485d945728c555a3c1ed
parent82c1ec306908f5d6d4cd9ca328d3fbe7ebac92d3 (diff)
downloadbluez-202a1b03faa611235b78462a37973205127488c7.tar.gz
bluez-202a1b03faa611235b78462a37973205127488c7.tar.bz2
bluez-202a1b03faa611235b78462a37973205127488c7.zip
After applying systemd 219 version, will modify the option again Change-Id: I4c859c6a1fd0a4ab10f588c8246031abbf851f36 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--src/bluetooth.service.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
index 35e9457d..525a3c12 100644
--- a/src/bluetooth.service.in
+++ b/src/bluetooth.service.in
@@ -5,12 +5,13 @@ Documentation=man:bluetoothd(8)
[Service]
Type=dbus
BusName=org.bluez
-ExecStart=@libexecdir@/bluetoothd
+ExecStart=@libexecdir@/bluetoothd -nEd
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
+SmackExecLabel=User
[Install]
WantedBy=bluetooth.target