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:
parent
3e32104e0e
commit
bb69104381
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}"
|
||||
|
||||
depend() {
|
||||
need containerd
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
checkpath -f -m 0644 -o root:docker "$DOCKER_LOGFILE"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue