From 77d5f105bf63330350c7bddacdeda914f945590f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Aug 2010 04:58:16 +0200 Subject: cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch. --- man/systemd.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/systemd.xml') diff --git a/man/systemd.xml b/man/systemd.xml index 6edce4996a..edd824d31d 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -388,7 +388,7 @@ track of processes. Control group information is maintained in the kernel, and is accessible via the file system hierarchy (beneath - /cgroup/systemd/), or in tools + /sys/fs/cgroup/systemd/), or in tools such as ps1 (ps xawf -eo pid,user,cgroup,args -- cgit v1.2.3-54-g00ecf