diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-25 04:58:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-25 04:58:24 +0200 |
commit | 77d5f105bf63330350c7bddacdeda914f945590f (patch) | |
tree | 3db8a21164833c8c0c48ffe6ee7820858d3d19b9 /man/sd_booted.xml | |
parent | ee2083d5cacd8b6065b6a38d284f3e28961775a4 (diff) |
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.
Diffstat (limited to 'man/sd_booted.xml')
-rw-r--r-- | man/sd_booted.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_booted.xml b/man/sd_booted.xml index 15cd6ce4f7..841ee1d479 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -85,11 +85,11 @@ implementation.</para> <para>Internally, this function checks whether the - <filename>/cgroup/systemd</filename> virtual file + <filename>/sys/fs/cgroup/systemd</filename> virtual file system is mounted, by comparing the st_dev value of the <function>stat()</function> data of - <filename>/cgroup</filename> and - <filename>/cgroup/systemd</filename>.</para> + <filename>/sys/fs/cgroup</filename> and + <filename>/sys/fs/cgroup/systemd</filename>.</para> <para>For details about the algorithm check the liberally licensed reference implementation sources: |