Skip to content

Commit

Permalink
adding pulse wrapper to alpine base
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Sep 27, 2021
1 parent 737ddaf commit 14f0608
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions root/startpulse.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
while :
do
if [[ ! `/usr/bin/pulseaudio --check` ]]; then
/usr/bin/pulseaudio --start
fi
sleep 10
done

0 comments on commit 14f0608

Please sign in to comment.