From 6487f9b1f05694e44123ce75f1c1c6eb361ddbdb Mon Sep 17 00:00:00 2001 From: Forza Date: Sun, 17 Dec 2023 14:48:38 +0100 Subject: [PATCH] Readme fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 490692c..0268946 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Then as root, check what `pids` belong to the uaer session and add them to the u # echo 5311 > /sys/fs/cgroup/user/forza/main/cgroup.procs ``` Now, the user's screen session is in the `main` cgroup and the user can create additional cgroups and move processes started from within this session to that cgroup. -``` + ## Helper utility The `user_cgroup` helper utility can automate the process of setting of user cgroups. @@ -112,4 +112,4 @@ drwxr-xr-x 1 forza forza 72 Dec 16 21:16 openrc -rw-r--r-- 1 forza forza 79 Dec 17 13:40 user_cgroup.sudoersd * Cleaning up cgroup /sys/fs/cgroup/user/forza/cmd-GEP0 -``` \ No newline at end of file +```