Skip to content
Snippets Groups Projects
  • Tianon Gravi's avatar
    e4133407
    Update FindCgroupMountpoint to be more forgiving · e4133407
    Tianon Gravi authored
    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)
    e4133407
    History
    Update FindCgroupMountpoint to be more forgiving
    Tianon Gravi authored
    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)