diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 12:13:59 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 12:13:59 +0200 |
commit | 96ac9532fc8b1074884b0deda5e96674b7352de6 (patch) | |
tree | 0270929e6714022d9330091b6ec1aeef7f3f4f25 | |
parent | 8ab6660fc10e507d916877eb29e75c35a56d3db4 (diff) | |
download | nixos-96ac9532fc8b1074884b0deda5e96674b7352de6.tar nixos-96ac9532fc8b1074884b0deda5e96674b7352de6.tar.gz nixos-96ac9532fc8b1074884b0deda5e96674b7352de6.tar.bz2 nixos-96ac9532fc8b1074884b0deda5e96674b7352de6.tar.xz nixos-96ac9532fc8b1074884b0deda5e96674b7352de6.zip |
limits in systemd conf
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,8 @@ in rec { | |||
119 | Group = "audio"; | 119 | Group = "audio"; |
120 | UMask = "0000"; | 120 | UMask = "0000"; |
121 | Nice = "-15"; | 121 | Nice = "-15"; |
122 | LimitRTPRIO = "95:95"; | ||
123 | LimitMEMLOCK = "unlimited:unlimited"; | ||
122 | }; | 124 | }; |
123 | }; | 125 | }; |
124 | 126 | ||