summaryrefslogtreecommitdiffstats
path: root/main/docker/docker.init-ulimit-fix.patch
blob: 02e5e86e91e81e59f1cfaeb6b51c8747fbae3475 (plain)
1
2
3
4
5
6
7
8
9
10
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 \