We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08013e commit a79ce24Copy full SHA for a79ce24
2 files changed
Dockerfile
@@ -103,5 +103,4 @@ RUN \
103
/usr/src/pulseaudio \
104
/usr/src/patches
105
106
-ENV LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
107
COPY rootfs /
rootfs/etc/services.d/pulseaudio/run
@@ -2,6 +2,7 @@
2
# ==============================================================================
3
# Start PulseAudio service
4
5
-export PULSE_STATE_PATH=/data/states
+export PULSE_STATE_PATH="/data/states"
6
+export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
7
-exec pulseaudio --system -vvv --disallow-exit --exit-idle-time=-1 --disable-shm
8
+exec pulseaudio --system -vvv --disallow-exit --exit-idle-time=-1 --disable-shm
0 commit comments