mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
pulse-server: depend on pipewire.service
Make sure we only start after the main pipewire.service is started. See https://bugzilla.redhat.com/show_bug.cgi?id=1943867
This commit is contained in:
parent
bdbd3e3f2e
commit
78db493d0d
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ Description=PipeWire PulseAudio
|
||||||
# socket-service relationship, see systemd.socket(5).
|
# socket-service relationship, see systemd.socket(5).
|
||||||
Requires=pipewire-pulse.socket
|
Requires=pipewire-pulse.socket
|
||||||
ConditionUser=!root
|
ConditionUser=!root
|
||||||
|
Wants=pipewire.service
|
||||||
|
After=pipewire.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
LockPersonality=yes
|
LockPersonality=yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue