mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-31 05:22:24 +01:00
Next major release of docker! Release notes at https://github.com/docker/docker-ce/releases/tag/v19.03.0
14 lines
255 B
Diff
14 lines
255 B
Diff
--- a/contrib/init/openrc/docker.initd
|
|
+++ b/contrib/init/openrc/docker.initd
|
|
@@ -17,6 +17,10 @@
|
|
|
|
retry="${DOCKER_RETRY:-TERM/60/KILL/10}"
|
|
|
|
+depend() {
|
|
+ need sysfs cgroups
|
|
+}
|
|
+
|
|
start_pre() {
|
|
checkpath -f -m 0644 -o root:docker "$DOCKER_LOGFILE"
|
|
}
|