summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/trivmix-service.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix
index 406cfc71..fc69d93e 100644
--- a/custom/trivmix-service.nix
+++ b/custom/trivmix-service.nix
@@ -91,6 +91,7 @@ let
91 Nice = "-10"; 91 Nice = "-10";
92 LimitRTPRIO = "95:95"; 92 LimitRTPRIO = "95:95";
93 LimitMEMLOCK = "infinity"; 93 LimitMEMLOCK = "infinity";
94 WatchdogSec = "2";
94 }; 95 };
95 script = '' 96 script = ''
96 exec -a trivmix -- trivmix ${escapeShellArgs trivmixArgs} 97 exec -a trivmix -- trivmix ${escapeShellArgs trivmixArgs}