aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker/docker-openrc-fixes.patch
blob: faa02e0d7a51a4a21970e913670d223c57879a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/components/engine/contrib/init/openrc/docker.initd
+++ b/components/engine/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"
 }