From 212521b1e991e79c6825ead256dfe17076e15686 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Wed, 19 Sep 2018 14:26:03 -0700 Subject: [PATCH] Use image artifacts as daemon and dependencies Signed-off-by: Eli Uriegas --- contrib/init/systemd/docker.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/init/systemd/docker.service b/contrib/init/systemd/docker.service index d8b2efebc7..7371b1355c 100644 --- a/contrib/init/systemd/docker.service +++ b/contrib/init/systemd/docker.service @@ -9,9 +9,8 @@ Wants=network-online.target # 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 +ExecStart=/usr/bin/dockerd -H unix:// ExecReload=/bin/kill -s HUP $MAINPID -ExecStopPost=/usr/bin/dockerd post-stop TimeoutSec=0 RestartSec=2 Restart=always