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 +```