
Modified containerd-config package to add support to Debian packaging. Test Plan: PASS: Package installed and ISO built successfully PASS: after instalation verified the files on the right path Story: 2009256 Task: 43876 Depends-on: https://review.opendev.org/c/starlingx/metal/+/825362 Change-Id: I9ac36b007e324064c29e3a5f65b3417695e9c48e
15 lines
523 B
Plaintext
15 lines
523 B
Plaintext
; SPDX-License-Identifier: Apache-2.0
|
|
;
|
|
; Copyright (C) 2020 Intel Corporation
|
|
;
|
|
[process]
|
|
process = containerd
|
|
service = containerd
|
|
pidfile = /var/run/containerd.pid
|
|
style = lsb ; lsb
|
|
severity = critical ; minor, major, critical
|
|
restarts = 3 ; restarts before error assertion
|
|
startuptime = 5 ; seconds to wait after process start
|
|
interval = 5 ; number of seconds to wait between restarts
|
|
debounce = 20 ; number of seconds to wait before degrade clear
|