File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -512,8 +512,14 @@ cmd_entrypoint_install_ipfs() {
512
512
cmd_entrypoint_uninstall () {
513
513
init
514
514
uninstall_systemd_unit " ${SYSTEMD_BUILDKIT_UNIT} "
515
+ if [ -n " ${CONTAINERD_NAMESPACE:- } " ]; then
516
+ uninstall_systemd_unit " ${CONTAINERD_NAMESPACE} -${SYSTEMD_BUILDKIT_UNIT} "
517
+ fi
515
518
uninstall_systemd_unit " ${SYSTEMD_FUSE_OVERLAYFS_UNIT} "
516
519
uninstall_systemd_unit " ${SYSTEMD_CONTAINERD_UNIT} "
520
+ uninstall_systemd_unit " ${SYSTEMD_STARGZ_UNIT} "
521
+ uninstall_systemd_unit " ${SYSTEMD_IPFS_UNIT} "
522
+ uninstall_systemd_unit " ${SYSTEMD_BYPASS4NETNSD_UNIT} "
517
523
518
524
INFO " This uninstallation tool does NOT remove containerd binaries and data."
519
525
INFO " To remove data, run: \` $BIN /rootlesskit rm -rf ${XDG_DATA_HOME} /containerd\` "
You can’t perform that action at this time.
0 commit comments