diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/uucp.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index f2b10057..d83f7307 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -39,8 +39,8 @@ 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 $$ | 42 | ${pkgs.utillinux}/bin/ionice -c 3 -p $$ |
43 | ${pkgs.util-linux}/bin/renice -n 15 -p $$ | 43 | ${pkgs.utillinux}/bin/renice -n 15 -p $$ |
44 | 44 | ||
45 | echo . | 45 | echo . |
46 | exec ${config.security.wrapperDir}/uucico | 46 | exec ${config.security.wrapperDir}/uucico |