From c471c95bc552f55ebef54cd3cb3e31a3d0951514 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 10 Oct 2019 16:38:01 -0400 Subject: [PATCH] Add local-fs.target to service file This will ensure that containerd is started after the /etc/fstab entries Signed-off-by: Michael Crosby --- containerd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containerd.service b/containerd.service index 1ae7fe8659..ef51ed62cb 100644 --- a/containerd.service +++ b/containerd.service @@ -1,7 +1,7 @@ [Unit] Description=containerd container runtime Documentation=https://containerd.io -After=network.target +After=network.target local-fs.target [Service] ExecStartPre=-/sbin/modprobe overlay