Add '--system' since pulse is running as root
Some checks failed
Lint / lint (push) Failing after 6s
release-tag / release-image (push) Failing after 16s

This commit is contained in:
Logan Cusano
2025-10-23 16:47:55 -04:00
parent 51c41f20ce
commit 72c7a98fc7

View File

@@ -4,7 +4,7 @@
# The -D flag starts it as a daemon. # The -D flag starts it as a daemon.
# The --exit-idle-time=-1 prevents it from automatically shutting down. # The --exit-idle-time=-1 prevents it from automatically shutting down.
echo "Starting PulseAudio daemon..." echo "Starting PulseAudio daemon..."
pulseaudio -D --exit-idle-time=-1 pulseaudio -D --exit-idle-time=-1 --system
# Wait a moment for PulseAudio to initialize # Wait a moment for PulseAudio to initialize
sleep 1 sleep 1