1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Openrc: Depend on containerd init script

Signed-off-by: Jan Breig <git@pygos.space>
This commit is contained in:
Jan Breig 2022-05-16 14:58:36 +02:00
parent 3e32104e0e
commit bb69104381

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"
}