Procházet zdrojové kódy

Merge pull request #223 from seemethere/f

Use image artifacts as daemon and dependencies
Eli Uriegas před 6 roky
rodič
revize
4ec6ae36d9
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      contrib/init/systemd/docker.service

+ 1 - 2
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
 # 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
 # exists and systemd currently does not support the cgroup feature set required
 # for containers run by docker
 # for containers run by docker
-ExecStart=/usr/bin/dockerd
+ExecStart=/usr/bin/dockerd -H unix://
 ExecReload=/bin/kill -s HUP $MAINPID
 ExecReload=/bin/kill -s HUP $MAINPID
-ExecStopPost=/usr/bin/dockerd post-stop
 TimeoutSec=0
 TimeoutSec=0
 RestartSec=2
 RestartSec=2
 Restart=always
 Restart=always