Add containerd service file
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user