summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/systemd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix
index 955fe9f5..c21514ea 100644
--- a/accounts/gkleen@sif/systemd.nix
+++ b/accounts/gkleen@sif/systemd.nix
@@ -310,6 +310,8 @@ in {
310 StandardInput = "socket"; 310 StandardInput = "socket";
311 StandardOutput = "journal"; 311 StandardOutput = "journal";
312 WatchdogSec = "30min"; 312 WatchdogSec = "30min";
313 CPUSchedulingPolicy = "idle";
314 IOSchedulingClass = "idle";
313 Environment = [ 315 Environment = [
314 "PATH=${lib.makeBinPath (with pkgs; [atomicparsley ffmpeg-headless rtmpdump])}" 316 "PATH=${lib.makeBinPath (with pkgs; [atomicparsley ffmpeg-headless rtmpdump])}"
315 "DSCP=8" 317 "DSCP=8"