From e006b5c2f1529e1285f13807e5d325f759bfa100 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Thu, 11 Mar 2021 09:06:00 -0800 Subject: [PATCH] pulseaudio: explicitly enable realtime usage --- packages/audio/pulseaudio/system.d/pulseaudio.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/audio/pulseaudio/system.d/pulseaudio.service b/packages/audio/pulseaudio/system.d/pulseaudio.service index a4d65a2489..1ec4269550 100644 --- a/packages/audio/pulseaudio/system.d/pulseaudio.service +++ b/packages/audio/pulseaudio/system.d/pulseaudio.service @@ -5,7 +5,7 @@ After=syslog.target local-fs.target [Service] Type=dbus BusName=org.pulseaudio.Server -ExecStart=/usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm --enable-memfd +ExecStart=/usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm --enable-memfd --realtime Restart=on-failure Environment=PULSE_STATE_PATH=/storage/.config/pulse Environment=PULSE_CONFIG_PATH=/storage/.config/pulse