mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
moby: Remove unneeded systemd cgroup mount
This commit is contained in:
parent
ca838e7f41
commit
baf508358d
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue