From da0ea66941d7d03a830803ec2c57ddec901fd4e6c5b912c8ab92c180830c3c13 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 7 Jul 2016 10:35:22 +0000 Subject: [PATCH] * Fix up directives in docker.service. OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=116 --- docker.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker.service b/docker.service index 5ea1fc0..d01eadc 100644 --- a/docker.service +++ b/docker.service @@ -14,12 +14,12 @@ LimitNOFILE=infinity LimitNPROC=infinity LimitCORE=infinity # Uncomment TasksMax if your systemd version supports it. -# Only systemd 226 and above support this version. +# Only systemd 226 and above support this property. #TasksMax=infinity # 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 +# Only systemd 218 and above support this property. +#Delegate=yes +# KillMode=process is not necessary because of how we set up containerd. [Install] WantedBy=multi-user.target