Skip to content

Commit

Permalink
Merge pull request moby#223 from seemethere/f
Browse files Browse the repository at this point in the history
Use image artifacts as daemon and dependencies
  • Loading branch information
seemethere authored Sep 21, 2018
2 parents da38ea9 + 212521b commit 4ec6ae3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/init/systemd/docker.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ec6ae3

Please sign in to comment.