From 5ef072d648a9ba4c998836a86dbaf985b65fb0cb Mon Sep 17 00:00:00 2001 From: Mark Hindley Date: Sun, 13 Oct 2024 09:40:36 +0100 Subject: [PATCH] Niceness cannot be set using rc_ulimit. Fixes https://github.com/OpenRC/openrc/issues/701 --- user-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-guide.md b/user-guide.md index 01b3add32..8547b893b 100644 --- a/user-guide.md +++ b/user-guide.md @@ -132,8 +132,8 @@ messages to a file), and a few others. # ulimit and CGroups -Setting `ulimit` and `nice` values per service can be done through the -`rc_ulimit` variable. +Setting `ulimit` values per service can be done through the `rc_ulimit` +variable. Under Linux, OpenRC can use cgroups for process management as well. Once the kernel is configured appropriately, the `rc_cgroup_mode` setting in