Skip to content
Snippets Groups Projects
Unverified Commit 69a3c33c authored by RongZhang's avatar RongZhang Committed by GitHub
Browse files

Merge pull request #2429 from riverzhang/patch-6

Fix Docker exits prematurely
parents 649b1ae8 ecec94ee
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,10 @@ LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
TimeoutStartSec=1min
Restart=on-abnormal
# restart the docker process if it exits prematurely
Restart=on-failure
StartLimitBurst=3
StartLimitInterval=60s
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment