2024-03-07 12:00:51

by Joakim Tjernlund

[permalink] [raw]
Subject: [PATCH v2] obexd: Install D-BUS service for non systemd

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

Signed-off-by: Joakim Tjernlund <[email protected]>
---

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



2024-03-07 12:11:58

by Joakim Tjernlund

[permalink] [raw]
Subject: Re: [PATCH v2] obexd: Install D-BUS service for non systemd

Please disregard

On Thu, 2024-03-07 at 13:00 +0100, Joakim Tjernlund wrote:
> non systemd(like OpenRC) machines need D-BUS activation for obexd as
> they lack --user service.
>
> Signed-off-by: Joakim Tjernlund <[email protected]>
> ---
>
> 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
>

2024-03-07 13:17:40

by bluez.test.bot

[permalink] [raw]
Subject: RE: [v2] obexd: Install D-BUS service for non systemd

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=833367

---Test result---

Test Summary:
CheckPatch PASS 0.25 seconds
GitLint PASS 0.21 seconds
BuildEll PASS 24.09 seconds
BluezMake PASS 721.56 seconds
MakeCheck PASS 11.52 seconds
MakeDistcheck PASS 166.08 seconds
CheckValgrind PASS 230.03 seconds
CheckSmatch PASS 336.05 seconds
bluezmakeextell PASS 108.78 seconds
IncrementalBuild PASS 669.70 seconds
ScanBuild PASS 981.60 seconds



---
Regards,
Linux Bluetooth