Set dependencies for pipewire and pipewire-pulse
This commit is contained in:
parent
236c387875
commit
429430a1ea
|
@ -1,4 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
while ! pgrep '^pipewire$'; do
|
||||||
|
echo "Pipewire not running yet."
|
||||||
|
sleep 2
|
||||||
|
done
|
||||||
|
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec pipewire-pulse
|
exec pipewire-pulse
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
while ! pgrep '^gdm$'; do
|
||||||
|
echo "GDM not running yet."
|
||||||
|
sleep 2
|
||||||
|
done
|
||||||
|
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec pipewire
|
exec pipewire
|
||||||
|
|
Loading…
Reference in New Issue