Merge pull request #3297 from BenTheElder/add-restart

add Restart=always to unit file
This commit is contained in:
Michael Crosby 2019-05-23 22:09:34 -04:00 committed by GitHub
commit d57cf6f151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ ExecStart=/usr/local/bin/containerd
Delegate=yes
KillMode=process
Restart=always
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNPROC=infinity