chiark / gitweb /
Add mounting of a name=elogind cgroup if no init controller is found.
authorSven Eden <yamakuzure@gmx.net>
Fri, 10 Mar 2017 07:33:22 +0000 (08:33 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:23:22 +0000 (10:23 +0100)
commit34c7fcb14d705141c71b5b63a2f044a51ffbd92b
tree6e54cf6831207e49b9199e5d34e9384f8133a865
parent6156b4779584b4bf1dc973ce988a34a1bcae1db3
Add mounting of a name=elogind cgroup if no init controller is found.

This is done for systems, which init systems are no cgroup
controllers. One example is runit on Void Linux.
Makefile.am
configure.ac
src/basic/cgroup-util.c
src/basic/cgroup-util.h
src/core/cgroup.c
src/core/mount-setup.c [new file with mode: 0644]
src/core/mount-setup.h [new file with mode: 0644]
src/login/logind.c