bluez/0503-systemd-Fix-unit-to-correct-path-to-bluetoothd.patch
2013-03-11 16:29:03 +04:00

29 lines
725 B
Diff

From 811b28ca458c3e886a836c919fefa59eb0c4e53e Mon Sep 17 00:00:00 2001
From: Colin Guthrie <colin@mageia.org>
Date: Mon, 5 Mar 2012 23:54:21 +0000
Subject: [PATCH 503/503] systemd: Fix unit to correct path to bluetoothd.
---
src/bluetooth.service.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
index 2a576a3..957aa35 100644
--- a/src/bluetooth.service.in
+++ b/src/bluetooth.service.in
@@ -1,10 +1,10 @@
[Unit]
-Description=Bluetooth service
+Description=Bluetooth Manager
[Service]
Type=dbus
BusName=org.bluez
-ExecStart=@prefix@/sbin/bluetoothd -n
+ExecStart=@sbindir@/bluetoothd -n
[Install]
WantedBy=bluetooth.target
--
1.7.11