X Tutup
Skip to content

Commit bbe45e4

Browse files
committed
add Restart=always to unit file
Signed-off-by: Benjamin Elder <bentheelder@google.com>
1 parent 2088fc9 commit bbe45e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

containerd.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ExecStart=/usr/local/bin/containerd
99

1010
Delegate=yes
1111
KillMode=process
12+
Restart=always
1213
# Having non-zero Limit*s causes performance problems due to accounting overhead
1314
# in the kernel. We recommend using cgroups to do container-local accounting.
1415
LimitNPROC=infinity

0 commit comments

Comments
 (0)
X Tutup