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

* RE: [BlueZ] mpris-proxy: Only be started by pipewire.service
  2025-11-13 23:04 [PATCH BlueZ] mpris-proxy: Only be started by pipewire.service Daniel Tang
@ 2025-11-14  0:28 ` bluez.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2025-11-14  0:28 UTC (permalink / raw)
  To: linux-bluetooth, danielzgtg.opensource

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

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=1023205

---Test result---

Test Summary:
CheckPatch                    PENDING   0.32 seconds
GitLint                       PENDING   0.32 seconds
BuildEll                      PASS      20.00 seconds
BluezMake                     PASS      2517.27 seconds
MakeCheck                     PASS      20.67 seconds
MakeDistcheck                 PASS      185.03 seconds
CheckValgrind                 PASS      236.63 seconds
CheckSmatch                   PASS      308.75 seconds
bluezmakeextell               PASS      129.01 seconds
IncrementalBuild              PENDING   0.31 seconds
ScanBuild                     PASS      911.25 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[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