Systemd service should not restart on failure

This should not be done by default but used by adminsys with a drop-in.d file,
for buggy daemons which crash without known fixes.

Docker-DCO-1.1-Signed-off-by: Sébastien Luttringer <seblu@seblu.net> (github: seblu)
Upstream-commit: 533916fa6bb0b19fb887b5b0b2b704b224154b41
Component: engine
This commit is contained in:
Sébastien Luttringer
2014-07-28 11:50:24 +02:00
parent d687489711
commit 4569bccd5e
@@ -6,7 +6,6 @@ Requires=docker.socket
[Service]
ExecStart=/usr/bin/docker -d -H fd://
Restart=on-failure
LimitNOFILE=1048576
LimitNPROC=1048576