Set dependencies for pipewire and pipewire-pulse

This commit is contained in:
fanyx 2023-03-09 10:18:18 +01:00
parent 236c387875
commit 429430a1ea
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#!/bin/sh
while ! pgrep '^pipewire$'; do
echo "Pipewire not running yet."
sleep 2
done
exec 2>&1
exec pipewire-pulse

View File

@ -1,4 +1,9 @@
#!/bin/sh
while ! pgrep '^gdm$'; do
echo "GDM not running yet."
sleep 2
done
exec 2>&1
exec pipewire