Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FindCgroupMountpoint to be more forgiving #464

Merged
merged 1 commit into from
Apr 23, 2013
Merged

Update FindCgroupMountpoint to be more forgiving #464

merged 1 commit into from
Apr 23, 2013

Commits on Apr 23, 2013

  1. Update FindCgroupMountpoint to be more forgiving

    On Gentoo, the memory cgroup is mounted at /sys/fs/cgroup/memory, but the mount line looks like the following:
    memory on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    
    (note that the first word on the line is "memory", not "cgroup", but the other essentials are there, namely the type of cgroup and the memory mount option)
    tianon committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    e413340 View commit details
    Browse the repository at this point in the history