Skip to content

Commit

Permalink
Merge pull request #8621 from afbjorklund/containerd-disable
Browse files Browse the repository at this point in the history
Disable containerd from starting up at boot
  • Loading branch information
medyagh authored Jul 1, 2020
2 parents 8e52b6b + 11d0fcd commit c134ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disable containerd.service
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ define CONTAINERD_BIN_INSTALL_TARGET_CMDS
endef

define CONTAINERD_BIN_INSTALL_INIT_SYSTEMD
$(INSTALL) -Dm755 \
$(INSTALL) -Dm644 \
$(CONTAINERD_BIN_PKGDIR)/containerd.service \
$(TARGET_DIR)/usr/lib/systemd/system/containerd.service
$(call link-service,containerd.service)
$(call link-service,containerd-shutdown.service)
$(INSTALL) -Dm644 \
$(CONTAINERD_BIN_PKGDIR)/50-minikube.preset \
$(TARGET_DIR)/usr/lib/systemd/system-preset/50-minikube.preset
endef

$(eval $(generic-package))

0 comments on commit c134ab8

Please sign in to comment.