blob: 5ac8405238d39af8d53a0318112bf9079d39433a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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"
}
|