diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-08 19:11:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-08 20:35:25 +0200 |
commit | fbc15b7663730fd8c8c5cfcd54878a2e764c46ea (patch) | |
tree | 7a4b4e1e61030b626ecf25f3621f40266ab2698a | |
parent | e55933db18d1037876e7a0962bcf6ef6c0bbbd68 (diff) |
man: be clearer that it's not OK to manipulate systemd's own cgroup hirearchy
-rw-r--r-- | man/systemd.exec.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 69ee4fc5e8..c25d96e9fd 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -825,8 +825,11 @@ in specific paths in specific kernel controller hierarchies. It is not recommended to manipulate the service - control group path in the systemd - named hierarchy. For details about + control group path in the private + systemd named hierarchy + (i.e. <literal>name=systemd</literal>), + and doing this might result in + undefined behaviour. For details about control groups see <ulink url="http://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink>.</para> |