diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-04-23 19:21:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-04-27 17:32:01 +0200 |
commit | 1e46eb5971f83d57b320082862cc1174120e1d9c (patch) | |
tree | 1e6fe2731cd4bf259792691d56eb3463852660a3 | |
parent | b0a0eba9f1f4b4a84f5cd344db069f6f80fafc3e (diff) | |
download | systemd-1e46eb5971f83d57b320082862cc1174120e1d9c.tar.gz |
doc: clarify the intended audience of CGROUP_DELEGATION.md
There was some confusion about who is the intended audience. Let's
clarify that early on, to ensure people aren't disappointed.
-rw-r--r-- | doc/CGROUP_DELEGATION.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CGROUP_DELEGATION.md b/doc/CGROUP_DELEGATION.md index 3124eabcc0..f78211b3a0 100644 --- a/doc/CGROUP_DELEGATION.md +++ b/doc/CGROUP_DELEGATION.md @@ -1,5 +1,8 @@ # Control Group APIs and Delegation +*Intended audience: hackers working on userspace subsystems that require direct +cgroup access, such as container managers and similar.* + So you are wondering about resource management with systemd, you know Linux control groups (cgroups) a bit and are trying to integrate your software with what systemd has to offer there. Here's a bit of documentation about the |