Skip to content
Snippets Groups Projects
Commit 1f84f3a2 authored by Thomas Cadeau's avatar Thomas Cadeau Committed by Tim Wickberg
Browse files

Change default CgroupMountpoint (in cgroup.release example)

Introduced in c97e08a0
Change default CgroupMountpoint (in cgroup.conf) from "/cgroup" to
    "/sys/fs/cgroup" to match current standard.
For details, see https://wiki.freedesktop.org/www/Software/systemd/PaxControlGroups/
parent bd436fe8
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ get_mount_dir()
elif X=$(grep -si -m1 "^CgroupMountpoint=" @sysconfdir@/cgroup.conf); then
echo $X | sed "s/.*=\(.*\)/\1\/${subsystem}/"
else
echo "/cgroup/$subsystem"
echo "/sys/fs/cgroup/$subsystem"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment