Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgroup,setup: set CGROUP_PATH in setup program with full path to curr…
…ent cgroup It is useful for the setup program to be able to change or inspect the cgroup directory of the spacetime process. The problem is that by the time the setup program executes, bst will have pivoted into the cgroup namespace, leaving it with no consistent way to know what the path of that cgroup is. This commit arranges for the path of the cgroup to be defined in the CGROUP_PATH environment variable when the setup program executes.
- Loading branch information