mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #43604 from Ultimator14/master
Use separate openrc init script for containerd
This commit is contained in:
commit
fbcdc6a980
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ rc_ulimit="${DOCKER_ULIMIT:--c unlimited -n 1048576 -u unlimited}"
|
||||||
|
|
||||||
retry="${DOCKER_RETRY:-TERM/60/KILL/10}"
|
retry="${DOCKER_RETRY:-TERM/60/KILL/10}"
|
||||||
|
|
||||||
|
depend() {
|
||||||
|
need containerd
|
||||||
|
}
|
||||||
|
|
||||||
start_pre() {
|
start_pre() {
|
||||||
checkpath -f -m 0644 -o root:docker "$DOCKER_LOGFILE"
|
checkpath -f -m 0644 -o root:docker "$DOCKER_LOGFILE"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue