aports/main/docker/docker.init-ulimit-fix.patch
2014-07-05 15:43:25 +00:00

12 lines
328 B
Diff

index a9d21b17089a..8edfaef6378e 100755
--- a/contrib/init/openrc/docker.initd.orig
+++ b/contrib/init/openrc/docker.initd
@@ -12,7 +12,6 @@ start() {
checkpath -f -m 0644 -o root:docker "$DOCKER_LOGFILE"
ulimit -n 1048576
- ulimit -u 1048576
ebegin "Starting docker daemon"
start-stop-daemon --start --background \