summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/uucp.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index d83f7307..02c9cb87 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -357,6 +357,8 @@ in {
357 User = "uucp"; 357 User = "uucp";
358 Type = "oneshot"; 358 Type = "oneshot";
359 ExecStart = "${config.security.wrapperDir}/uucico -D -S %i"; 359 ExecStart = "${config.security.wrapperDir}/uucico -D -S %i";
360 Nice = 15;
361 IOSchedulingClass = "idle";
360 }; 362 };
361 }; 363 };
362 364