29 lines
807 B
Diff
29 lines
807 B
Diff
From: Gabriel Valcazar <gabriel.valcazar@digi.com>
|
|
Date: Thu, 7 Feb 2019 13:15:43 +0100
|
|
Subject: [PATCH] bluetooth.service: add Digi customizations
|
|
|
|
These changes include:
|
|
|
|
* Having the bluetooth stack start automatically on boot.
|
|
|
|
Upstream-Status: Inappropriate [digi specific]
|
|
|
|
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
|
|
---
|
|
src/bluetooth.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
|
|
index f9faaa4..95d9ba2 100644
|
|
--- a/src/bluetooth.service.in
|
|
+++ b/src/bluetooth.service.in
|
|
@@ -14,7 +14,7 @@ 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
|