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 <[email protected]>
1 parent c3532a3 commit c471c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)