summaryrefslogtreecommitdiff
path: root/custom/uucp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/uucp.nix')
-rw-r--r--custom/uucp.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index d8f1569f..0dab8ac9 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -309,6 +309,8 @@ 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
312 ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ 314 ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@
313 ''; 315 '';
314 owner = "root"; 316 owner = "root";