linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] obexd: Install D-BUS service for non systemd
@ 2024-03-07 12:00 Joakim Tjernlund
  2024-03-07 12:11 ` Joakim Tjernlund
  2024-03-07 13:17 ` [v2] " bluez.test.bot
  0 siblings, 2 replies; 3+ messages in thread
From: Joakim Tjernlund @ 2024-03-07 12:00 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Joakim Tjernlund

non systemd(like OpenRC) machines need D-BUS activation for obexd as
they lack --user service.

Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
---

 v2: Only include org.bluez.service file

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index ed4f9dc51..e780fcbb1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,10 +48,10 @@ endif
 if SYSTEMD
 systemdsystemunitdir = $(SYSTEMD_SYSTEMUNITDIR)
 systemdsystemunit_DATA = src/bluetooth.service
+endif
 
 dbussystembusdir = $(DBUS_SYSTEMBUSDIR)
 dbussystembus_DATA = src/org.bluez.service
-endif
 
 EXTRA_DIST += src/org.bluez.service
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-07 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 12:00 [PATCH v2] obexd: Install D-BUS service for non systemd Joakim Tjernlund
2024-03-07 12:11 ` Joakim Tjernlund
2024-03-07 13:17 ` [v2] " bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).