summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/uucp.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index 0dab8ac9..d8f1569f 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -309,8 +309,6 @@ in {
309 source = pkgs.writeScript "${p}-nice" '' 309 source = pkgs.writeScript "${p}-nice" ''
310 #!${pkgs.stdenv.shell} 310 #!${pkgs.stdenv.shell}
311 311
312 export PATH=${pkgs.uucp}/bin:$PATH
313
314 ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ 312 ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@
315 ''; 313 '';
316 owner = "root"; 314 owner = "root";