All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Douglas <william.douglas@intel.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH] Correct the dbus service file's systemd unit name for bluez.
Date: Wed, 13 Feb 2013 10:57:01 -0800	[thread overview]
Message-ID: <87ehgkxcsi.fsf@intel.com> (raw)

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.

Signed-off-by: William Douglas <william.douglas@intel.com>
---
 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
-- 
1.8.1.2

-- 
William Douglas, Intel Open Source Technology Center

             reply	other threads:[~2013-02-13 18:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13 18:57 William Douglas [this message]
2013-02-23 10:48 ` [PATCH] Correct the dbus service file's systemd unit name for bluez Marcel Holtmann
2013-02-23 18:06   ` Douglas, William
2013-02-23 21:34     ` Marcel Holtmann
2013-02-24 20:22       ` Douglas, William
2013-02-25  7:54         ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ehgkxcsi.fsf@intel.com \
    --to=william.douglas@intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.