From 89699a23322e8f7f7a87bb337d1c2f2c47fa581d Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 12 Feb 2013 17:45:51 -0800 Subject: [PATCH] Correct the dbus service file's systemd unit name for bluez. Even though dbus-org.bluez.service is set as an alias for the bluetooth.service systemd unit file, systemd will not be able to load the bluetooth daemon without the daemon being enabled (and the dbus-org.bluez.service file linked to bluetooth.service). This patch allows the daemon to be loaded by other services on demand. Change-Id: Iae06636b8595b78978ba3d4a7f070da8f7b11e65 Signed-off-by: William Douglas --- src/org.bluez.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org.bluez.service b/src/org.bluez.service index dd7ae8f..2a3b057 100644 --- a/src/org.bluez.service +++ b/src/org.bluez.service @@ -2,4 +2,4 @@ Name=org.bluez Exec=/bin/false User=root -SystemdService=dbus-org.bluez.service +SystemdService=bluetooth.service -- 2.7.4