File: Remove-service-alias.patch

package info (click to toggle)
wireplumber 0.5.8-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,064 kB
  • sloc: ansic: 39,455; python: 318; sh: 62; makefile: 55; xml: 23
file content (23 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Remove service alias that are only used to prevent
 wireplumber and pipewire-media-session from being enabled at the same time.
 This is already handled at the package level with a conflict between both,
 thus we can safetly remove alias and avoid the issue with systemd.
Bug: https://github.com/systemd/systemd/issues/23694
Bug-Debian: https://bugs.debian.org/997818
Author: Dylan Aïssi <daissi@debian.org>
Forwarded: not-needed

--- a/src/systemd/system/wireplumber.service.in
+++ b/src/systemd/system/wireplumber.service.in
@@ -20,4 +20,3 @@
 
 [Install]
 WantedBy=pipewire.service
-Alias=pipewire-session-manager.service
--- a/src/systemd/user/wireplumber.service.in
+++ b/src/systemd/user/wireplumber.service.in
@@ -18,4 +18,3 @@
 
 [Install]
 WantedBy=pipewire.service
-Alias=pipewire-session-manager.service