From c7ddeaf86a65037a1e74c26cb68c61ee0206f13d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Dec 2019 16:34:41 +0100 Subject: ... --- custom/uucp.nix | 2 ++ 1 file changed, 2 insertions(+) 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 { User = "uucp"; Type = "oneshot"; ExecStart = "${config.security.wrapperDir}/uucico -D -S %i"; + Nice = 15; + IOSchedulingClass = "idle"; }; }; -- cgit v1.2.3