Add containerd service file
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
c63b541ab0
commit
17dc3f649c
1 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue