summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Douglas <william.douglas@intel.com>2013-02-12 17:45:51 -0800
committerWu Zheng <wu.zheng@intel.com>2013-12-12 04:51:34 -0500
commitdac27e591c53f098c94d1c928c980c373af13035 (patch)
tree66a7b469b3ef7e1b79e790bebe618b167e504dbc
parentbf76ad0e20918d5b7a5b5ee76bb0098438c69706 (diff)
downloadbluez-dac27e591c53f098c94d1c928c980c373af13035.tar.gz
bluez-dac27e591c53f098c94d1c928c980c373af13035.tar.bz2
bluez-dac27e591c53f098c94d1c928c980c373af13035.zip
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 <william.douglas@intel.com>
-rw-r--r--src/org.bluez.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.bluez.service b/src/org.bluez.service
index dd7ae8f1..2a3b0575 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