diff options
| -rw-r--r-- | custom/uucp.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/custom/uucp.nix b/custom/uucp.nix index 132522b4..8bee6077 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -300,7 +300,7 @@ in { | |||
| 300 | source = pkgs.writeScript "${p}-nice" '' | 300 | source = pkgs.writeScript "${p}-nice" '' | 
| 301 | #!${pkgs.stdenv.shell} | 301 | #!${pkgs.stdenv.shell} | 
| 302 | 302 | ||
| 303 | ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ | 303 | exec ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ | 
| 304 | ''; | 304 | ''; | 
| 305 | owner = "root"; | 305 | owner = "root"; | 
| 306 | group = "root"; | 306 | group = "root"; | 
