File: Remove-service-alias.patch

package info (click to toggle)
pipewire-media-session 0.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,040 kB
  • sloc: ansic: 12,360; sh: 67; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 857 bytes parent folder | download
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/systemd/system/pipewire-media-session.service.in
+++ b/systemd/system/pipewire-media-session.service.in
@@ -18,4 +18,3 @@
 
 [Install]
 WantedBy=pipewire.service
-Alias=pipewire-session-manager.service
--- a/systemd/user/pipewire-media-session.service.in
+++ b/systemd/user/pipewire-media-session.service.in
@@ -17,4 +17,3 @@
 
 [Install]
 WantedBy=pipewire.service
-Alias=pipewire-session-manager.service