Skip to content
Snippets Groups Projects
Verified Commit bfa87334 authored by clayton craft's avatar clayton craft :man_dancing_tone3:
Browse files

main/postmarketos-base-ui: setup cgroups on boot (MR 4585)

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).

[ci:skip-build] already built successfully in CI
parent 12f440a0
No related branches found
No related tags found
Loading
Pipeline #1092637421 passed
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=postmarketos-base-ui
pkgver=14
pkgver=15
pkgrel=0
pkgdesc="Meta package for minimal postmarketOS UI base"
url="https://postmarketos.org"
......
#!/bin/sh -e
for service in dbus haveged wpa_supplicant chronyd rfkill; do
for service in cgroups dbus haveged wpa_supplicant chronyd rfkill; do
rc-update -q add $service default
done
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment