1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #23636 from crosbymichael/hang

Set systemd KillMode
This commit is contained in:
Tibor Vass 2016-06-16 14:17:29 -07:00 committed by GitHub
commit 5d62f642d9

View file

@ -20,6 +20,8 @@ LimitCORE=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target