From 202a1b03faa611235b78462a37973205127488c7 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 9 Jun 2015 14:05:57 +0900 Subject: [PATCH] Modify systemd service option After applying systemd 219 version, will modify the option again Change-Id: I4c859c6a1fd0a4ab10f588c8246031abbf851f36 Signed-off-by: DoHyun Pyun --- src/bluetooth.service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in index 35e9457..525a3c1 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 -- 2.7.4