Skip to content

Commit

Permalink
use systemd socket-activation by default
Browse files Browse the repository at this point in the history
	modified:   contrib/init/systemd/docker.service
	renamed:    contrib/init/systemd/socket-activation/docker.socket -> contrib/init/systemd/docker.socket
	deleted:    contrib/init/systemd/socket-activation/docker.service

Docker-DCO-1.1-Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org> (github: lsm5)
  • Loading branch information
lsm5 committed Jul 14, 2014
1 parent 5105981 commit 076ac1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion contrib/init/systemd/docker.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Documentation=http://docs.docker.com
After=network.target

[Service]
ExecStart=/usr/bin/docker -d
ExecStart=/usr/bin/docker -d -H fd://
Restart=on-failure
LimitNOFILE=1048576
LimitNPROC=1048576
Expand Down
File renamed without changes.
13 changes: 0 additions & 13 deletions contrib/init/systemd/socket-activation/docker.service

This file was deleted.

0 comments on commit 076ac1d

Please sign in to comment.