pulseaudio: set env for PULSE_STATE_PATH and PULSE_CONFIG_PATH

This commit is contained in:
Lukas Rusak 2021-03-11 09:05:10 -08:00
parent 228bdeeafd
commit be73b11f10
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -7,6 +7,8 @@ Type=dbus
BusName=org.pulseaudio.Server BusName=org.pulseaudio.Server
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm ExecStart=/usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm
Restart=on-failure Restart=on-failure
Environment=PULSE_STATE_PATH=/storage/.config/pulse
Environment=PULSE_CONFIG_PATH=/storage/.config/pulse
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target