mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pulseaudio: explicitly enable realtime usage
This commit is contained in:
parent
b9d2f0049c
commit
e006b5c2f1
@ -5,7 +5,7 @@ After=syslog.target local-fs.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=org.pulseaudio.Server
|
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
|
Restart=on-failure
|
||||||
Environment=PULSE_STATE_PATH=/storage/.config/pulse
|
Environment=PULSE_STATE_PATH=/storage/.config/pulse
|
||||||
Environment=PULSE_CONFIG_PATH=/storage/.config/pulse
|
Environment=PULSE_CONFIG_PATH=/storage/.config/pulse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user