tv pulse: don't exit when idle
This commit is contained in:
parent
be75ad7e7c
commit
2727f6cd8e
@ -66,7 +66,7 @@ in
|
|||||||
PULSE_RUNTIME_PATH = "${runDir}/home";
|
PULSE_RUNTIME_PATH = "${runDir}/home";
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkg}/bin/pulseaudio";
|
ExecStart = "${pkg}/bin/pulseaudio --exit-idle-time=-1";
|
||||||
ExecStartPre = pkgs.writeDash "pulse-start" ''
|
ExecStartPre = pkgs.writeDash "pulse-start" ''
|
||||||
install -o pulse -g pulse -m 0750 -d ${runDir}
|
install -o pulse -g pulse -m 0750 -d ${runDir}
|
||||||
install -o pulse -g pulse -m 0700 -d ${runDir}/home
|
install -o pulse -g pulse -m 0700 -d ${runDir}/home
|
||||||
|
Loading…
Reference in New Issue
Block a user