From: Daniel Tang <danielzgtg.opensource@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ] mpris-proxy: Only be started by pipewire.service
Date: Thu, 13 Nov 2025 18:04:57 -0500 [thread overview]
Message-ID: <2488030.6sBWrkQq0l@daniel-desktop3> (raw)
After `systemctl --user mask pipewire`, all related services including
this should stop starting on login. A non-console-interactive user
without the default sound server is unlikely to have any MPRIS clients
running, and disabling the service reduces memory usage and attack
surface. PulseAudio is obsolete, jack2 users have professional
solutions, and non-PipeWire users can ignore the `systemctl enable`
warning or use a drop-in.
---
tools/mpris-proxy.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/mpris-proxy.service.in b/tools/mpris-proxy.service.in
index 6ae56c672..02a244b6e 100644
--- a/tools/mpris-proxy.service.in
+++ b/tools/mpris-proxy.service.in
@@ -11,4 +11,4 @@ Type=simple
ExecStart=@PKGBINDIR@/mpris-proxy
[Install]
-WantedBy=default.target
+WantedBy=pipewire.service
--
2.51.0
next reply other threads:[~2025-11-13 23:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-13 23:04 Daniel Tang [this message]
2025-11-14 0:28 ` [BlueZ] mpris-proxy: Only be started by pipewire.service bluez.test.bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2488030.6sBWrkQq0l@daniel-desktop3 \
--to=danielzgtg.opensource@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox