* [PATCH v4] Add dbus service file that references the systemd unit
[not found] <3754404.7KqlubBV4t@arkadios>
@ 2012-05-17 17:00 ` Alex Elsayed
2012-05-17 17:52 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Alex Elsayed @ 2012-05-17 17:00 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Alex Elsayed
This allows bluez to be bus-activated.
---
v4: Drop Exec= from dbus service (only systemd activation supported)
v3: Use alias as SystemdService so 'systemctl enable/disable' works
v2: Fix whitespace error
Makefile.am | 2 ++
src/bluetooth.service.in | 1 +
src/org.bluez.service | 5 +++++
3 files changed, 8 insertions(+)
create mode 100644 src/org.bluez.service
diff --git a/Makefile.am b/Makefile.am
index 44e82c0..82df92e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,8 +27,10 @@ include_HEADERS =
if DATAFILES
dbusdir = $(sysconfdir)/dbus-1/system.d
+dbusservicedir = $(datadir)/dbus-1/system-services
dbus_DATA = src/bluetooth.conf
+dbusservice_DATA = src/org.bluez.service
confdir = $(sysconfdir)/bluetooth
diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
index 8a9edb6..2a576a3 100644
--- a/src/bluetooth.service.in
+++ b/src/bluetooth.service.in
@@ -8,3 +8,4 @@ ExecStart=@prefix@/sbin/bluetoothd -n
[Install]
WantedBy=bluetooth.target
+Alias=dbus-org.bluez.service
diff --git a/src/org.bluez.service b/src/org.bluez.service
new file mode 100644
index 0000000..dd7ae8f
--- /dev/null
+++ b/src/org.bluez.service
@@ -0,0 +1,5 @@
+[D-BUS Service]
+Name=org.bluez
+Exec=/bin/false
+User=root
+SystemdService=dbus-org.bluez.service
--
1.7.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v4] Add dbus service file that references the systemd unit
2012-05-17 17:00 ` [PATCH v4] Add dbus service file that references the systemd unit Alex Elsayed
@ 2012-05-17 17:52 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-05-17 17:52 UTC (permalink / raw)
To: Alex Elsayed; +Cc: linux-bluetooth
Hi Alex,
On Thu, May 17, 2012, Alex Elsayed wrote:
> This allows bluez to be bus-activated.
> ---
> v4: Drop Exec= from dbus service (only systemd activation supported)
> v3: Use alias as SystemdService so 'systemctl enable/disable' works
> v2: Fix whitespace error
>
> Makefile.am | 2 ++
> src/bluetooth.service.in | 1 +
> src/org.bluez.service | 5 +++++
> 3 files changed, 8 insertions(+)
> create mode 100644 src/org.bluez.service
Applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-17 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3754404.7KqlubBV4t@arkadios>
2012-05-17 17:00 ` [PATCH v4] Add dbus service file that references the systemd unit Alex Elsayed
2012-05-17 17:52 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox