diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:55:34 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:55:34 +0100 |
| commit | aadf243f82e895be08df5e683a3228889d33f452 (patch) | |
| tree | be6a326e850f43d195d19821af0f5e7470994870 /custom | |
| parent | 3bb5f7d88a6b5259e8b16a06ac5ee17693779cba (diff) | |
| download | nixos-aadf243f82e895be08df5e683a3228889d33f452.tar nixos-aadf243f82e895be08df5e683a3228889d33f452.tar.gz nixos-aadf243f82e895be08df5e683a3228889d33f452.tar.bz2 nixos-aadf243f82e895be08df5e683a3228889d33f452.tar.xz nixos-aadf243f82e895be08df5e683a3228889d33f452.zip | |
...
Diffstat (limited to 'custom')
| -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 4e591970..d8f1569f 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -309,7 +309,7 @@ in { | |||
| 309 | source = pkgs.writeScript "${p}-nice" '' | 309 | source = pkgs.writeScript "${p}-nice" '' |
| 310 | #!${pkgs.stdenv.shell} | 310 | #!${pkgs.stdenv.shell} |
| 311 | 311 | ||
| 312 | ${pkgs.utillinux}/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} $@ |
| 313 | ''; | 313 | ''; |
| 314 | owner = "root"; | 314 | owner = "root"; |
| 315 | group = "root"; | 315 | group = "root"; |
