Skip to content

Commit 4ec6ae3

Browse files
authored
Merge pull request moby#223 from seemethere/f
Use image artifacts as daemon and dependencies
2 parents da38ea9 + 212521b commit 4ec6ae3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/init/systemd/docker.service

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ Wants=network-online.target
99
# the default is not to use systemd for cgroups because the delegate issues still
1010
# exists and systemd currently does not support the cgroup feature set required
1111
# for containers run by docker
12-
ExecStart=/usr/bin/dockerd
12+
ExecStart=/usr/bin/dockerd -H unix://
1313
ExecReload=/bin/kill -s HUP $MAINPID
14-
ExecStopPost=/usr/bin/dockerd post-stop
1514
TimeoutSec=0
1615
RestartSec=2
1716
Restart=always

0 commit comments

Comments
 (0)