Skip to content

Commit

Permalink
moby: Remove unneeded systemd cgroup mount
Browse files Browse the repository at this point in the history
  • Loading branch information
tsndqst committed Jan 15, 2025
1 parent 061fa23 commit 6f9c0a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions srcpkgs/moby/files/docker/run
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion srcpkgs/moby/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# should be kept in sync with docker-cli
pkgname=moby
version=27.5.0
revision=1
revision=2
# libnetwork commit is mentioned in vendor.conf
_libnetwork_commit=05b93e0d3a95952f70c113b0bc5bdb538d7afdd7
create_wrksrc=yes
Expand Down

0 comments on commit 6f9c0a0

Please sign in to comment.