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