]> git.pld-linux.org Git - packages/docker.git/commitdiff
add missing systemd.patch auto/th/docker-1.12.1-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 30 Aug 2016 07:46:44 +0000 (10:46 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 30 Aug 2016 07:46:44 +0000 (10:46 +0300)
systemd.patch [new file with mode: 0644]

diff --git a/systemd.patch b/systemd.patch
new file mode 100644 (file)
index 0000000..5a2de09
--- /dev/null
@@ -0,0 +1,11 @@
+--- docker-1.12.1/contrib/init/systemd/docker.service~ 2016-08-18 07:40:58.000000000 +0300
++++ docker-1.12.1/contrib/init/systemd/docker.service  2016-08-30 00:06:51.450800482 +0300
+@@ -9,7 +9,7 @@
+ # the default is not to use systemd for cgroups because the delegate issues still
+ # exists and systemd currently does not support the cgroup feature set required
+ # for containers run by docker
+-ExecStart=/usr/bin/dockerd -H fd://
++ExecStart=/usr/sbin/dockerd -H fd://
+ ExecReload=/bin/kill -s HUP $MAINPID
+ # Having non-zero Limit*s causes performance problems due to accounting overhead
+ # in the kernel. We recommend using cgroups to do container-local accounting.
This page took 0.055302 seconds and 4 git commands to generate.