mirror of https://github.com/docker/docs.git
Add upstart nofile/noproc similar to systemd init
Docker-DCO-1.1-Signed-off-by: Brian Goff <cpuguy83@gmail.com> (github: cpuguy83)
This commit is contained in:
parent
68dc189680
commit
e27c635c06
|
@ -2,6 +2,8 @@ description "Docker daemon"
|
||||||
|
|
||||||
start on filesystem
|
start on filesystem
|
||||||
stop on runlevel [!2345]
|
stop on runlevel [!2345]
|
||||||
|
limit nofile 524288 1048576
|
||||||
|
limit nproc 524288 1048576
|
||||||
|
|
||||||
respawn
|
respawn
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue