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, 0 insertions, 11 deletions
diff --git a/main/docker/docker.init-ulimit-fix.patch b/main/docker/docker.init-ulimit-fix.patch deleted file mode 100644 index 02e5e86e91..0000000000 --- a/main/docker/docker.init-ulimit-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -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 \ |