Skip to content

Commit

Permalink
Update systemd service/socket files
Browse files Browse the repository at this point in the history
This updates the unit files to the latest state from upstream.

This pull request explains the details for the changes:
moby/moby#8451
  • Loading branch information
databus23 committed Mar 26, 2015
1 parent f3da728 commit cb4ff4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/docker.service.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ LimitNOFILE=1048576
LimitNPROC=1048576

[Install]
Also=docker.socket
WantedBy=multi-user.target
1 change: 1 addition & 0 deletions templates/default/docker.socket.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Docker Socket for the API
PartOf=docker.service

[Socket]
<% Array(node['docker']['host']).each do |socket| -%>
Expand Down

0 comments on commit cb4ff4b

Please sign in to comment.