Readme fix typo

This commit is contained in:
Forza 2023-12-17 14:48:38 +01:00
parent 8815334401
commit 6487f9b1f0

View File

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