Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkgbuild/biglinux-docker-config.install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ post_install() {
done

if [ "$(grep LimitNOFILE= /lib/systemd/system/containerd.service | cut -d "=" -f2)" = "infinity" ];then
sed -i '/LimitNOFILE=/s/infinity/1048576/' containerd.service
sed -i '/LimitNOFILE=/s/infinity/1048576/' /lib/systemd/system/containerd.service
fi

# Enable Docker to start on boot
Expand Down Expand Up @@ -38,6 +38,7 @@ post_upgrade() {
post_remove() {
if pacman -Qi docker &> /dev/null; then
echo "Docker is installed. The docker.service will not be disabled."
exit 1
else
systemctl disable docker.service
fi
Expand Down
48 changes: 0 additions & 48 deletions pkgbuild/biglinux-docker-config.install~

This file was deleted.