Skip to content

Commit

Permalink
Merge pull request #289 from databus23/update_unit_files
Browse files Browse the repository at this point in the history
Update systemd service/socket files
  • Loading branch information
bflad committed Apr 14, 2015
2 parents d59c444 + cb4ff4b commit 72deef7
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 72deef7

Please sign in to comment.