Merge pull request #3297 from BenTheElder/add-restart
add Restart=always to unit file
This commit is contained in:
commit
d57cf6f151
@ -9,6 +9,7 @@ ExecStart=/usr/local/bin/containerd
|
|||||||
|
|
||||||
Delegate=yes
|
Delegate=yes
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
Restart=always
|
||||||
# Having non-zero Limit*s causes performance problems due to accounting overhead
|
# Having non-zero Limit*s causes performance problems due to accounting overhead
|
||||||
# in the kernel. We recommend using cgroups to do container-local accounting.
|
# in the kernel. We recommend using cgroups to do container-local accounting.
|
||||||
LimitNPROC=infinity
|
LimitNPROC=infinity
|
||||||
|
Loading…
Reference in New Issue
Block a user