Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | cgroup2_set_limits: verify that the cgroup2 path is a mount point | E5ten | |
prior to cgroups getting mounted, /sys/fs/cgroup will still exist, but attempts to make directories in it will fail, change cgroup2_set_limits() to verify that cgroups are mounted instead of just checking that /sys/fs/cgroup exists. This fixes #307. This fixes #321. | |||
2018-12-07 | rc-cgroup.sh: remove shebang line | William Hubbs | |
This is not a stand-alone script, so it does not need the shebang line. This also means it is not necessary to run this through sed. |