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 e05a35d3..db08f3fc 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 | exec ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ | 303 | exec ${pkgs.systemd}/bin/systemd-run --service-type=exec --no-ask-password --same-dir --pty --pipe --wait --property=IOPriority=Idle --property=Nice=10 ${pkgs.uucp}/bin/${p} $@ |
304 | ''; | 304 | ''; |
305 | owner = "root"; | 305 | owner = "root"; |
306 | group = "root"; | 306 | group = "root"; |