]> git.pld-linux.org Git - packages/docker.git/blob - systemd.patch
add missing systemd.patch
[packages/docker.git] / systemd.patch
1 --- docker-1.12.1/contrib/init/systemd/docker.service~  2016-08-18 07:40:58.000000000 +0300
2 +++ docker-1.12.1/contrib/init/systemd/docker.service   2016-08-30 00:06:51.450800482 +0300
3 @@ -9,7 +9,7 @@
4  # the default is not to use systemd for cgroups because the delegate issues still
5  # exists and systemd currently does not support the cgroup feature set required
6  # for containers run by docker
7 -ExecStart=/usr/bin/dockerd -H fd://
8 +ExecStart=/usr/sbin/dockerd -H fd://
9  ExecReload=/bin/kill -s HUP $MAINPID
10  # Having non-zero Limit*s causes performance problems due to accounting overhead
11  # in the kernel. We recommend using cgroups to do container-local accounting.
This page took 0.063961 seconds and 3 git commands to generate.