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