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>
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
[Unit]
 | 
					[Unit]
 | 
				
			||||||
Description=containerd container runtime
 | 
					Description=containerd container runtime
 | 
				
			||||||
Documentation=https://containerd.io
 | 
					Documentation=https://containerd.io
 | 
				
			||||||
After=network.target
 | 
					After=network.target local-fs.target
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
ExecStartPre=-/sbin/modprobe overlay
 | 
					ExecStartPre=-/sbin/modprobe overlay
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user