diff mbox series

[BlueZ] Avoid spurious warnings when dbus.service stops

Message ID 20250310114719.4141881-1-kernel.org@pileofstuff.org
State New
Headers show
Series [BlueZ] Avoid spurious warnings when dbus.service stops | expand

Commit Message

Andrew Sayers March 10, 2025, 11:47 a.m. UTC
The systemd services generates a warning when it loses
ownership of its D-Bus name, which happens routinely
when dbus.service exits (e.g. when the user logs out).
---
 tools/mpris-proxy.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+bluetooth@kernel.org March 12, 2025, 4:50 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 10 Mar 2025 11:47:19 +0000 you wrote:
> The systemd services generates a warning when it loses
> ownership of its D-Bus name, which happens routinely
> when dbus.service exits (e.g. when the user logs out).
> ---
>  tools/mpris-proxy.service.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [BlueZ] Avoid spurious warnings when dbus.service stops
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8e835a685935

You are awesome, thank you!
diff mbox series

Patch

diff --git a/tools/mpris-proxy.service.in b/tools/mpris-proxy.service.in
index 530749094..c49d255b3 100644
--- a/tools/mpris-proxy.service.in
+++ b/tools/mpris-proxy.service.in
@@ -3,7 +3,7 @@  Description=Bluetooth mpris proxy
 Documentation=man:mpris-proxy(1)
 
 Wants=dbus.socket
-After=dbus.socket
+After=dbus.socket dbus.service
 
 [Service]
 Type=simple