Merge pull request #43604 from Ultimator14/master

Use separate openrc init script for containerd
This commit is contained in:
Sebastiaan van Stijn 2022-06-02 16:05:19 +02:00 committed by GitHub
commit fbcdc6a980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ rc_ulimit="${DOCKER_ULIMIT:--c unlimited -n 1048576 -u unlimited}"
retry="${DOCKER_RETRY:-TERM/60/KILL/10}"
depend() {
need containerd
}
start_pre() {
checkpath -f -m 0644 -o root:docker "$DOCKER_LOGFILE"
}