summary refs log tree commit diff
path: root/os/etc/s6-rc/src/containerd-setup/up
diff options
context:
space:
mode:
Diffstat (limited to 'os/etc/s6-rc/src/containerd-setup/up')
-rw-r--r--os/etc/s6-rc/src/containerd-setup/up19
1 files changed, 0 insertions, 19 deletions
diff --git a/os/etc/s6-rc/src/containerd-setup/up b/os/etc/s6-rc/src/containerd-setup/up
deleted file mode 100644
index c3f5236..0000000
--- a/os/etc/s6-rc/src/containerd-setup/up
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/execlineb -P
-
-envfile /etc/s6-rc/config/containerd.conf
-importas -iu containerd_socket containerd_socket
-
-backtick -E socketpath { dirname ${containerd_socket} }
-
-runas
-
-foreground { echo "mkdir" }
-foreground { mkdir -p ${socketpath} }
-
-foreground { echo "bind" }
-s6-ipcserver-socketbinder ${containerd_socket}
-
-foreground { echo "store" }
-s6-fdholder-store -t 5000 ${containerd_socket} unix:${containerd_socket}
-
-foreground { echo "done" }