diff options
Diffstat (limited to 'main/docker/docker.init-ulimit-fix.patch')
-rw-r--r-- | main/docker/docker.init-ulimit-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/docker/docker.init-ulimit-fix.patch b/main/docker/docker.init-ulimit-fix.patch new file mode 100644 index 0000000000..02e5e86e91 --- /dev/null +++ b/main/docker/docker.init-ulimit-fix.patch @@ -0,0 +1,11 @@ +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 \ |