public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] mpris-proxy: Only be started by pipewire.service
@ 2025-11-13 23:04 Daniel Tang
  2025-11-14  0:28 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Tang @ 2025-11-13 23:04 UTC (permalink / raw)
  To: linux-bluetooth

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




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

end of thread, other threads:[~2025-11-14  0:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 23:04 [PATCH BlueZ] mpris-proxy: Only be started by pipewire.service Daniel Tang
2025-11-14  0:28 ` [BlueZ] " 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