diff mbox series

[v2] obexd: Install D-BUS service for non systemd

Message ID 20240307120033.1327905-1-joakim.tjernlund@infinera.com
State New
Headers show
Series [v2] obexd: Install D-BUS service for non systemd | expand

Commit Message

Joakim Tjernlund March 7, 2024, noon UTC
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 mbox series

Patch

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