diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 17:22:53 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 17:22:53 +0100 |
commit | 45235c306fb09d2407d9a51afd157ea016e8891e (patch) | |
tree | f73884d3a112b1e5593646845e6d4a45067901d9 /custom/uucp.nix | |
parent | 8a3865a5172e0c0db6b54cfe41a4cc483227821e (diff) | |
download | nixos-45235c306fb09d2407d9a51afd157ea016e8891e.tar nixos-45235c306fb09d2407d9a51afd157ea016e8891e.tar.gz nixos-45235c306fb09d2407d9a51afd157ea016e8891e.tar.bz2 nixos-45235c306fb09d2407d9a51afd157ea016e8891e.tar.xz nixos-45235c306fb09d2407d9a51afd157ea016e8891e.zip |
...
Diffstat (limited to 'custom/uucp.nix')
-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"; |