diff options
Diffstat (limited to 'recipes-containers/containerd/files')
| -rw-r--r-- | recipes-containers/containerd/files/containerd.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-containers/containerd/files/containerd.service b/recipes-containers/containerd/files/containerd.service new file mode 100644 index 00000000..23633b02 --- /dev/null +++ b/recipes-containers/containerd/files/containerd.service | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=containerd | ||
| 3 | Documentation=https://containerd.tools | ||
| 4 | After=network.target | ||
| 5 | |||
| 6 | [Service] | ||
| 7 | ExecStart=/usr/local/bin/containerd | ||
| 8 | Delegate=yes | ||
| 9 | |||
| 10 | [Install] | ||
| 11 | WantedBy=multi-user.target | ||
