Skip to content

Commit

Permalink
Only keep docker stuff in manglefs_docker
Browse files Browse the repository at this point in the history
  • Loading branch information
krishjainx committed Jul 17, 2023
1 parent 8d9264f commit 8a4e33c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions manglefs_docker
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
set -euo pipefail
rootfs="${1}"

# docker:
mkdir -p "${rootfs}/usr/lib/systemd/system/sockets.target.d"
{ echo "[Unit]"; echo "Upholds=docker.socket"; } > "${rootfs}/usr/lib/systemd/system/sockets.target.d/10-docker-socket.conf"
# containerd:
mkdir -p "${rootfs}/usr/lib/systemd/system/multi-user.target.d"
{ echo "[Unit]"; echo "Upholds=containerd.service"; } > "${rootfs}/usr/lib/systemd/system/multi-user.target.d/10-containerd-service.conf"

0 comments on commit 8a4e33c

Please sign in to comment.