cgroup: Acknowledge kernel documentation as basis for this post.

This commit is contained in:
tastytea 2021-07-17 18:22:17 +02:00
parent ffe5c95e7e
commit 3cac0d72f3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@ We have Control Group v2 since 2016 but I had trouble finding good documentation
on how to use it. Most tutorials and blog posts only cover v1 or are specific to
systemdfootnote:[If you are looking for OpenRC specific documentation, take a
look at the link:{url-openrc}[article in the Gentoo Wiki]]. The
link:{url-kernel-doc}[kernel documentation] is a great reference but not always
easy to follow. I will give you a few short examples on how to use it. I will
not explain everything, but hopefully enough to get an idea and understand the
reference better.
link:{url-kernel-doc}[kernel documentation] is a great reference and the basis
for this post but not always easy to follow. I will give you a few short
examples on how to use it. I will not explain everything, but hopefully enough
to get an idea and understand the reference better.
Your interface to cgroups is a special file-system. Most distributions have
cgroup v1 mounted at `/sys/fs/cgroup` and cgroup v2 at