summaryrefslogtreecommitdiffstats
path: root/tv/2configs/pulse.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-11-18 10:51:18 +0100
committertv <tv@krebsco.de>2016-11-18 10:51:18 +0100
commit2727f6cd8e01bd3258aae732c5a319d2fa74ff7a (patch)
tree0d71fd8bb89cc4fc322e0a36519cdf8467dea208 /tv/2configs/pulse.nix
parentbe75ad7e7c0771170ccaddfe99b7a64a9004bfcd (diff)
tv pulse: don't exit when idle
Diffstat (limited to 'tv/2configs/pulse.nix')
-rw-r--r--tv/2configs/pulse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/pulse.nix b/tv/2configs/pulse.nix
index 9c40e9b6..2a3b5cbc 100644
--- a/tv/2configs/pulse.nix
+++ b/tv/2configs/pulse.nix
@@ -66,7 +66,7 @@ in
PULSE_RUNTIME_PATH = "${runDir}/home";
};
serviceConfig = {
- ExecStart = "${pkg}/bin/pulseaudio";
+ ExecStart = "${pkg}/bin/pulseaudio --exit-idle-time=-1";
ExecStartPre = pkgs.writeDash "pulse-start" ''
install -o pulse -g pulse -m 0750 -d ${runDir}
install -o pulse -g pulse -m 0700 -d ${runDir}/home