moby: Remove unneeded systemd cgroup mount

This commit is contained in:
Tim Sandquist 2025-03-02 15:19:07 -06:00 committed by Leah Neukirchen
parent ca838e7f41
commit baf508358d
2 changed files with 1 additions and 5 deletions

View file

@ -2,8 +2,4 @@
exec 2>&1
[ -r conf ] && . ./conf
modprobe -q loop || exit 1
mountpoint -q /sys/fs/cgroup/systemd || {
mkdir -p /sys/fs/cgroup/systemd;
mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd;
}
exec chpst -o 1048576 -p 1048576 dockerd $OPTS 2>&1

View file

@ -2,7 +2,7 @@
# should be kept in sync with docker-cli
pkgname=moby
version=28.0.1
revision=1
revision=2
build_style=go
go_import_path="github.com/docker/docker"
hostmakedepends="go pkg-config"