SHA256
1
0
forked from pool/docker

Accepting request 487501 from home:cyphar:containers

- Enable Delegate=yes, since systemd will safely ignore lvalues it doesn't
  understand.

OBS-URL: https://build.opensuse.org/request/show/487501
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=178
This commit is contained in:
Jordi Massaguer 2017-04-12 08:37:11 +00:00 committed by Git OBS Bridge
parent fa6eaf989a
commit 5fbd718e69
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 12 07:58:08 UTC 2017 - asarai@suse.com
- Enable Delegate=yes, since systemd will safely ignore lvalues it doesn't
understand.
-------------------------------------------------------------------
Tue Apr 11 11:49:05 UTC 2017 - asarai@suse.com

View File

@ -27,7 +27,7 @@ TasksMax=infinity
# Set delegate yes so that systemd does not reset the cgroups of docker containers
# Only systemd 218 and above support this property.
#Delegate=yes
Delegate=yes
# This is not necessary because of how we set up containerd.
#KillMode=process