Add containerd unit file
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
		
							
								
								
									
										13
									
								
								containerd.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								containerd.service
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | |||||||
|  | [Unit] | ||||||
|  | Description=containerd container runtime | ||||||
|  | Documentation=https://containerd.io | ||||||
|  | After=network.target | ||||||
|  |  | ||||||
|  | [Service] | ||||||
|  | ExecStartPre=/sbin/modprobe overlay | ||||||
|  | ExecStart=/usr/local/bin/containerd | ||||||
|  | Delegate=yes | ||||||
|  | KillMode=process | ||||||
|  |  | ||||||
|  | [Install] | ||||||
|  | WantedBy=multi-user.target | ||||||
		Reference in New Issue
	
	Block a user
	 Michael Crosby
					Michael Crosby