Set dependencies for pipewire and pipewire-pulse
This commit is contained in:
parent
236c387875
commit
429430a1ea
2 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue