summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-12-23 16:34:41 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-12-23 16:34:41 +0100
commitc7ddeaf86a65037a1e74c26cb68c61ee0206f13d (patch)
treed7ff5a81211d2cad8768288c84443b0c38f64622
parent5e3b29229aa34598eaa77ffbe6cf01cf1fc191eb (diff)
downloadnixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.tar
nixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.tar.gz
nixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.tar.bz2
nixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.tar.xz
nixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.zip
...
-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