pulseaudio service: Use the configured pulseaudio package instead of the default.

This commit is contained in:
Rickard Nilsson 2013-07-23 19:05:26 +02:00
parent 4a0f707f71
commit cd0da98b03

View file

@ -132,7 +132,7 @@ in {
description = "PulseAudio system-wide server";
wantedBy = [ "sound.target" ];
before = [ "sound.target" ];
path = [ pulseaudio ];
path = [ cfg.package ];
environment.PULSE_RUNTIME_PATH = pulseRuntimePath;
preStart = ''
mkdir -p --mode 755 ${pulseRuntimePath}