summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/uucp.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index 84dd0a4a..f2b10057 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -39,6 +39,9 @@ let
39 chat = pkgs.writeScript "chat" '' 39 chat = pkgs.writeScript "chat" ''
40 #!${pkgs.stdenv.shell} 40 #!${pkgs.stdenv.shell}
41 41
42 ${pkgs.util-linux}/bin/ionice -c 3 -p $$
43 ${pkgs.util-linux}/bin/renice -n 15 -p $$
44
42 echo . 45 echo .
43 exec ${config.security.wrapperDir}/uucico 46 exec ${config.security.wrapperDir}/uucico
44 ''; 47 '';