aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker/docker.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/docker/docker.initd')
-rw-r--r--community/docker/docker.initd4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/docker/docker.initd b/community/docker/docker.initd
index 5a56d983a4..df81e3651c 100644
--- a/community/docker/docker.initd
+++ b/community/docker/docker.initd
@@ -18,6 +18,10 @@ rc_ulimit="${DOCKER_ULIMIT:--c unlimited -n 1048576 -u unlimited}"
retry="${DOCKER_RETRY:-TERM/60/KILL/10}"
+depend() {
+ need sysfs cgroups
+}
+
start_pre() {
checkpath -f -m 0644 -o root:docker "$DOCKER_LOGFILE"
}