Add containerd service file
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
c63b541ab0
commit
17dc3f649c
11
hack/containerd.service
Normal file
11
hack/containerd.service
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=containerd
|
||||||
|
Documentation=https://containerd.tools
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/local/bin/containerd
|
||||||
|
Delegate=yes
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user