mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Openrc: Depend on containerd init script
Signed-off-by: Jan Breig <git@pygos.space>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user