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:
Wim Taymans 2021-04-06 10:23:30 +02:00
parent bdbd3e3f2e
commit 78db493d0d

View file

@ -15,6 +15,8 @@ Description=PipeWire PulseAudio
# socket-service relationship, see systemd.socket(5).
Requires=pipewire-pulse.socket
ConditionUser=!root
Wants=pipewire.service
After=pipewire.service
[Service]
LockPersonality=yes