pulseaudio: explicitly enable realtime usage

This commit is contained in:
Lukas Rusak 2021-03-11 09:06:00 -08:00
parent b9d2f0049c
commit e006b5c2f1
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -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