pulseaudio service: Use the configured pulseaudio package instead of the default.
This commit is contained in:
@@ -132,7 +132,7 @@ in {
|
|||||||
description = "PulseAudio system-wide server";
|
description = "PulseAudio system-wide server";
|
||||||
wantedBy = [ "sound.target" ];
|
wantedBy = [ "sound.target" ];
|
||||||
before = [ "sound.target" ];
|
before = [ "sound.target" ];
|
||||||
path = [ pulseaudio ];
|
path = [ cfg.package ];
|
||||||
environment.PULSE_RUNTIME_PATH = pulseRuntimePath;
|
environment.PULSE_RUNTIME_PATH = pulseRuntimePath;
|
||||||
preStart = ''
|
preStart = ''
|
||||||
mkdir -p --mode 755 ${pulseRuntimePath}
|
mkdir -p --mode 755 ${pulseRuntimePath}
|
||||||
|
|||||||
Reference in New Issue
Block a user