commit: 0df5299ab0f6b97f4c0808ee64b72506541a53d0
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 10:21:48 2019 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 10:22:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df5299a
app-emulation/containerd: Wait for containerd socket
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
app-emulation/containerd/files/containerd.initd | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-emulation/containerd/files/containerd.initd
b/app-emulation/containerd/files/containerd.initd
index f0f4e735b5a..bedf000cad5 100644
--- a/app-emulation/containerd/files/containerd.initd
+++ b/app-emulation/containerd/files/containerd.initd
@@ -18,3 +18,7 @@ start_pre() {
return 0
}
+
+start_post() {
+ ewaitfile 5 /run/containerd/containerd.sock
+}