mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 03:42:37 +01:00
12 lines
328 B
Diff
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 \
|