summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/certspotter.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/certspotter.nix b/modules/certspotter.nix
index aae6a313..602e6aee 100644
--- a/modules/certspotter.nix
+++ b/modules/certspotter.nix
@@ -58,6 +58,9 @@ in {
58 StateDirectory = "certspotter"; 58 StateDirectory = "certspotter";
59 LogsDirectory = "certspotter"; 59 LogsDirectory = "certspotter";
60 DynamicUser = true; 60 DynamicUser = true;
61
62 CPUSchedulingPolicy = "idle";
63 IOSchedulingClass = "idle";
61 }; 64 };
62 }; 65 };
63 }; 66 };