diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index a47c0fc..1d32b07 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -4,7 +4,7 @@ # The -D flag starts it as a daemon. # The --exit-idle-time=-1 prevents it from automatically shutting down. echo "Starting PulseAudio daemon..." -pulseaudio -D --exit-idle-time=-1 +pulseaudio -D --exit-idle-time=-1 --system # Wait a moment for PulseAudio to initialize sleep 1