X Tutup
Skip to content

Commit c471c95

Browse files
committed
Add local-fs.target to service file
This will ensure that containerd is started after the /etc/fstab entries Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent c3532a3 commit c471c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containerd.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=containerd container runtime
33
Documentation=https://containerd.io
4-
After=network.target
4+
After=network.target local-fs.target
55

66
[Service]
77
ExecStartPre=-/sbin/modprobe overlay

0 commit comments

Comments
 (0)
X Tutup