Skip to content

main/postmarketos-base-ui: setup cgroups on boot

clayton craft requested to merge cgroups into master

Allows things like podman/docker to work out of the box.

I looked at /etc/init.d/cgroups, and having this service enabled isn't a problem if the kernel doesn't have cgroup support... in that situation, the service script just simply exits (success).

Merge request reports