diff options
author | tv <tv@krebsco.de> | 2016-11-18 10:51:18 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-11-18 10:51:18 +0100 |
commit | 2727f6cd8e01bd3258aae732c5a319d2fa74ff7a (patch) | |
tree | 0d71fd8bb89cc4fc322e0a36519cdf8467dea208 /tv/2configs/pulse.nix | |
parent | be75ad7e7c0771170ccaddfe99b7a64a9004bfcd (diff) |
tv pulse: don't exit when idle
Diffstat (limited to 'tv/2configs/pulse.nix')
-rw-r--r-- | tv/2configs/pulse.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/pulse.nix b/tv/2configs/pulse.nix index 9c40e9b66..2a3b5cbc1 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 |