From be73b11f10fcec58061508959cbb0a67748aa8da Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Thu, 11 Mar 2021 09:05:10 -0800 Subject: [PATCH] pulseaudio: set env for PULSE_STATE_PATH and PULSE_CONFIG_PATH --- packages/audio/pulseaudio/system.d/pulseaudio.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/audio/pulseaudio/system.d/pulseaudio.service b/packages/audio/pulseaudio/system.d/pulseaudio.service index f052e019d3..db34b1673e 100644 --- a/packages/audio/pulseaudio/system.d/pulseaudio.service +++ b/packages/audio/pulseaudio/system.d/pulseaudio.service @@ -7,6 +7,8 @@ Type=dbus BusName=org.pulseaudio.Server ExecStart=/usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm Restart=on-failure +Environment=PULSE_STATE_PATH=/storage/.config/pulse +Environment=PULSE_CONFIG_PATH=/storage/.config/pulse [Install] WantedBy=multi-user.target